Keycloak basic integration steps#
1. Create new realm#
In the dropdown list at the top, click the button "Create realm":Select a name for the realm you are creating:2. Add new OIDC integration#
Choose your realm and go to the menu item "Configure: Identity providers". Click the button "Keycloak OpenID Connect" to make integration.Below is an example of filling in the required fields for minimal integration.Set your identity provider name and alias:Field | Value |
---|
Alias | freedom-id-oidc |
Display name | FreedomID |
Switch off "Use discovery endpoint" and set basic routes:Field | Value |
---|
Authorization URL | https://passport.freedompay.kz/openid |
Token URL | https://passport.freedompay.kz/api/v1/oidc/token |
User Info URL | https://passport.freedompay.kz/api/v1/oidc/userinfo |
Configure basic auth credentials:After that, you will see a new login method via FreedomID OIDC on your authentication form:Modified at 2025-02-28 09:51:00