I am trying to extend keycloak by creating a new endpoint to authenticate users. The point is, user is not stored in keycloak, the user is stored in an external system. The external system will call the new endpoint and provide token (will contains user info), clientId, and clientSecret. and (somehow) we will verify the existence of the user. The
Tag: keycloak-services
Unable to authenticate the login of application user using Keycloak
I am working over integration of React application with Keycloak. I have installed the Keycloak server version 11.0.2 over my local machine. I am able to access the administrative login and create the admin user. I have also created a custom client and user with credentials using the Keycloak. My react application is hosted over port 9000 of my machine
KeyCloak – Create Realms/Users/Groups Programmatically?
We’ve decided to move to KeyCloak for our identity and access management solution, rather than implement it entirely within our Java EE web app. We’re creating a multi-tenant solution, and would prefer to create security realms/users/groups programmatically through our workflow, rather than leveraging KeyCloak’s self-registration functionality or web UI so that we can do things like grab credit card details
Access the keycloak API from postman
I have tried to access the keycloak API from the postman. but it is showing 400 bad request. I was calling api in the below format. In the headers I have set the content_type as application/x-www-form-urlencoded I am getting the response as below. Can any one help me.Any help will be appreciated. thanks in advance Answer A bit late for