public static interface IdentityProvider.AuthenticationCallback
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
authenticated(Map<String,String> userNotes,
IdentityProviderModel identityProviderConfig,
FederatedIdentity federatedIdentity,
String code)
This method should be called by provider after the JAXRS callback endpoint has finished authentication
with the remote IDP
|
javax.ws.rs.core.Response authenticated(Map<String,String> userNotes, IdentityProviderModel identityProviderConfig, FederatedIdentity federatedIdentity, String code)
userNotes - notes to add to the UserSessionModelidentityProviderConfig - provider configfederatedIdentity - federated identitycode - relayState or state parameter used to identity the client sessionCopyright © 2015. All rights reserved.