Skip to content

App to administrate users based on a central KEYCLOAK server (v.17.0). Case study to learn more about the interaction between KEYCLOAK, ANGULAR and SPRING BOOT security.

Notifications You must be signed in to change notification settings

jspieckermann/user-admin-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-admin-backend

App to administrate users based on a central KEYCLOAK server (v.17.0). Case study to learn more about the interaction between KEYCLOAK, ANGULAR and SPRING BOOT security.

Preconditions

Keycloak installation and configuration

  • Install Keycloak v17.0
  • Add realm 'user-admin-app'
  • Create client 'user-admin-frontend'
  • Create client 'user-admin-backend'
    • Enabled: On
    • Client protocol: openid-connect
    • Access Type: bearer-only
    • Add role user-admin-user and user-admin-admin
  • Create client '__user-admin-backend-admin'
  • Create at least one user with all realm management, user-admin-user and user-admin-admin permissions
  • Used by application: Username: user2, Password: password

About

App to administrate users based on a central KEYCLOAK server (v.17.0). Case study to learn more about the interaction between KEYCLOAK, ANGULAR and SPRING BOOT security.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages