Get Admin Email Notifications from Keycloak using Python and the Keycloak Admin API

To receive email notifications from Keycloak using Python and the Keycloak Admin API, we will need to perform the following steps: Authenticate with the Keycloak Admin API and fetch an access token. Request registration events from the API. Extract user information from the response. Perform any optional actions, such as adding a user to a specific group (this will be covered in another tutorial). Send an email containing user information to a specified email address....

March 19, 2019 · 12 min · 2437 words · Selwyn Rogers