keycloak-oidc-service
|
公開メンバ関数 | |
Response | authenticated (BrokeredIdentityContext context) |
Response | cancelled (String code) |
Response | error (String code, String message) |
Response org.keycloak.broker.provider.IdentityProvider< C extends IdentityProviderModel >.AuthenticationCallback.authenticated | ( | BrokeredIdentityContext | context | ) |
This method should be called by provider after the JAXRS callback endpoint has finished authentication with the remote IDP
context |
org.keycloak.services.resources.IdentityBrokerServiceで実装されています。
Response org.keycloak.broker.provider.IdentityProvider< C extends IdentityProviderModel >.AuthenticationCallback.cancelled | ( | String | code | ) |
Response org.keycloak.broker.provider.IdentityProvider< C extends IdentityProviderModel >.AuthenticationCallback.error | ( | String | code, |
String | message | ||
) |