ERROR: liquibase.exception.LiquibaseException: Migration failed for changeset META-INF/jpa-changelog-1.0.0.Final.xml::1.0.0.Final-KEYCLOAK-5461
This is error I am getting, below is given yaml file.
Keycloak – Get ClientCredentials access token with an “Authorization Scope”
I would like to create a basic ClientCredentials flow using keycloack with a specific scope associated with the resource server.
Keycloak account theme profile information
What variable must i use in the latest version (25) of Keycloak to show my profile information in the freemarker template? It used to be account. But that’s not working anymore.
Keycloak upgrade from 18 to 25: Option: ‘start-dev –spi-login-protocol-openid-connect-legacy-logout-redirect-uri’
I am trying to upgrade from Keycloak 18 to 25.0.2, but whenever I run docker-compose up, the keycloak container is stopping with this error:
i cant apply my custom provider at Keycloak
i was installed keycloak by helm chart[bitnami]
Keycloak Grant Acess page customization
I’m developing a theme for Keycloak, and I’ve already been able to customize the login page and the page to create a new user, but I still haven’t managed to customize the “grant access” page.
Can you explain how I can do this?
Using a Database as Provider for Keycloak Application Realm
I’m currently storing my users’ credentials in a RDBMs and using a set of libraries to generate and check JWT Tokens, upon user verification. I’d like to replace those libraries with Keycloak. However I cannot find a RDBMs as provider in Keycloak.
Keycloak: Multiple authentication methods after login
In Keycloak I am trying to create an authentication flow which requires the user to log in and then let it choose from either the OTP Form Method or the WebAuthn Method.
I must assume that some users have not setup neither OTP nor WebAuthn so the registration form should popup when trying to log in for the first time.
Use .env variables in Keycloak Admin Console Client configuration
Checking Keycloak’s default clients for a new realm, you can find this kind of value, for example, in security-admin-console
, the Rool URL is ${authAdminUrl}
. That translates to localhost:8080
in my development environment and to my production URL in production.
Keycloack get the secondary access token
Im filling in for another developer atm, so i dont know the full details nor the implementation, but i try to explain it to the best of my knowledge.