PinnedRBAC using Keycloak with Spring Boot 3.0Role-based access control using Keycloak Using SpringBoot 3.0Apr 27, 2023A response icon3Apr 27, 2023A response icon3
Starter project of react, typescript and tailwind 4.0 with ViteIn this article, we will set up a starter project with Vite, React, TypeScript, and Tailwind CSS version 4.Apr 10Apr 10
SpringBoot OAuth2 with keycloak for Bearer ClientKeycloak is an open-source Identity and Access Management (IAM) solution aimed at modern applications and services. Keycloak provides…Feb 13, 2022Feb 13, 2022
SpringBoot OAuth2 with Keycloak as providerKeycloak is an open-source Identity and Access Management (IAM) solution aimed at modern applications and services. Keycloak provides…Feb 10, 2022A response icon2Feb 10, 2022A response icon2
Dynamically set per-request log level using logback filtersLogging is a fundamental part of any application, It benefits not only for developers but also to support teams and business people…Aug 26, 2021A response icon1Aug 26, 2021A response icon1
SpringBoot : Security Configuration using HTTPSecurity vs WebSecurityIn this article, we’ll have a look at customizing Security Configuration and when to use HTTPSecurity vs WebSecurity configurations.Mar 28, 2021Mar 28, 2021
Conditionally Disabling or Overriding Spring Boot Security Auto-Configuration.In this article, we’ll have a look at how to disable Security in Spring Boot application and how to customize Security Configuration. For…Mar 26, 2021Mar 26, 2021
Automated testing of OAuth2/OpenID protected API.API Testing is recognised as being more suitable for test automation and continuous testing than GUI testing [wiki]and OAuth2/OpenID…Sep 15, 2020A response icon1Sep 15, 2020A response icon1
Automate REST API testing with ROBOT frameworkAbout ROBOT FrameworkSep 2, 2020A response icon1Sep 2, 2020A response icon1
Avoid exposing JPA entities in REST API, Instead generate client beans using OpenAPI Generator and…There’s always been discussion about whether we should expose JPA entities in RESTful APIs, or define Data Transfer Objects(DTOs) and map…Apr 15, 2020Apr 15, 2020