Relative Content

Tag Archive for keycloak

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 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.