Class CibaRootEndpoint

    • Constructor Detail

      • CibaRootEndpoint

        public CibaRootEndpoint()
      • CibaRootEndpoint

        public CibaRootEndpoint​(org.keycloak.models.KeycloakSession session)
    • Method Detail

      • authorize

        @Path("/auth")
        public BackchannelAuthenticationEndpoint authorize()
        The backchannel authentication endpoint used by consumption devices to obtain authorization from end-users.
        Returns:
      • authenticate

        @Path("/auth/callback")
        public BackchannelAuthenticationCallbackEndpoint authenticate()
        The callback endpoint used by authentication devices to notify Keycloak about the end-user authentication status.
        Returns:
      • create

        public OIDCExtProvider create​(org.keycloak.models.KeycloakSession session)
        Specified by:
        create in interface org.keycloak.provider.ProviderFactory<OIDCExtProvider>
      • getId

        public String getId()
        Specified by:
        getId in interface org.keycloak.provider.ProviderFactory<OIDCExtProvider>
      • setEvent

        public void setEvent​(org.keycloak.events.EventBuilder event)
        Specified by:
        setEvent in interface OIDCExtProvider
      • isSupported

        public boolean isSupported()
        Specified by:
        isSupported in interface org.keycloak.provider.EnvironmentDependentProviderFactory