

In other words, when you update to a new Keycloak version, you are not forced to update your Note that versioning of your own Liquibase changelog is independent It as well and create a changelog for your entities. Is a framework for updating the database schema, which Keycloak internally uses to create the DB schema and update the DB schema among versions. The methods getChangelogLocation and getFactoryId are important to support automatic updating of your entities by Liquibase. Basically you are hashing the random nonce, the user session id, the client id, and the identity The token variable are obtained from the OIDC access token. This hash is generated by Base64 URL encoding a SHA_256 hash of nonce + token.getSessionState() + token.getIssuedFor() + provider. This is a random string that your application must generate hash In other words, it must match one of the valid URL patterns you defined when you registered

It must be a validĬlient redirect URI pattern. This is the application callback URL you want to redirect to after the account link is established. When you registered the application as a client in the admin console, This is the OIDC client id of your application. This is the provider alias of the external IDP that you defined in the Identity Provider section of the admin console.

