Skip to content

Chamal-Peiris/keycloak-springboot-authorization-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak Authorization with spring boot and spring security

  • This is the v1 of the application where i have used the inbuilt H2 database in the keycloak server to authenticate and authorizae users.
  • This application uses protocols such as open id connect and OAuth2.0 to authenticate and authorize users
  • This also has the capability of user role mappings to the API's.