Skip to content

GovDataOfficial/Keycloak-Event-Listeners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GovData Keycloak User Create Listener

A custom keycloak provider that implements an event listener which calls the CKAN API to create a user in CKAN for each newly created user in keycloak.

Getting Started

  • Build the project

    • mvn clean install
  • Copy the jar file to the provider folder in the keycloak installation directory

    • cp target/keycloak-event-listeners-<version>.jar /path/to/keycloak/providers/
  • (Re-)Start the keycloak server

  • Enable the event listener

    • Open the realm settings of the realm where the users are created
    • Events -> Event listeners -> Choose ckan-user-create-listener from the dropdown to enable it

Helpful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages