Class BrokerUtil

java.lang.Object
org.keycloak.utils.BrokerUtil

public class BrokerUtil extends Object
TODO: Remove this class once support for "client initiated account linking" is removed (Probably Keycloak 27)
Author:
Marek Posolda
  • Constructor Details

    • BrokerUtil

      public BrokerUtil()
  • Method Details

    • createClientInitiatedLinkURI

      public static org.keycloak.representations.account.AccountLinkUriRepresentation createClientInitiatedLinkURI(String clientId, String redirectUri, String identityProviderAlias, String realmName, String userSessionId, URI serverBaseUri)