Relative Content

Tag Archive for keycloak

How to Change the ID of Username and Password Input Fields in Keycloak Login Page?

I am using Keycloak for authentication in my application, and I need to customize the login page. Specifically, I need to change the IDs of the username and password input fields. The reason for this is that I have multiple login screens on the same domain but different paths, and I need unique IDs for each.
It also relates to realms. Currently autofill does not separate admin users and regular users credentials.

Retrieving the access token of the user who created the new user

I am currently working on a Spring Boot application integrated with Keycloak for authentication and authorization. I have an event listener in my Keycloak that listens for user creation events in Keycloak. When a new user is created in Keycloak, this event listener triggers a call to an external API to store the new user information in my application.