Skip to content

awaragi/POC-Keyclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak POC

This is a POC on how to add a custom federated user storage provider to Keycloak.

Links to test:

That includes:

  • Fake federated source of users from a properties files (users.properties).
  • Validate password from federated source
  • Update the Keycloak UserModel with data from the federated source (attributes, email, etc...)
  • Update the credential and detach that user from the federated source

To build the user federation provider jar:

  • cd user-federation
  • mvn clean package

That will compile, package and deploy the provider package to instance/providers

To build the kb-authentication provider war

  • cd kb-authentication
  • mvn clean package

Now start keycloak:

  • cd instance
  • docker-compose up

Configure instance

  • Open to admin panel

  • Login using admin/admin

  • Navigate to User Federation section

  • Add new federated simple-user-storage (accept default settings)

  • Navigate to Authentication menu -> Flow tab

  • Select Browser flow

  • Copy the "Browser" flow -> give it a new name

  • Delete OTP Form

  • click the "Actions" menu item of the ....

  • "Add Execution". Pick Optional OTP Form

  • Make Required

  • Click on Config action

  • ....

  • click the "Actions" menu item of the ....

  • "Add Execution". Pick Secret Question

  • Make required.

  • monitor keycloak logs

  • Use one of test links and login using one of the account in users.properties file

    • username: test
    • password: test

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published