Class AnonOidcLinkService
java.lang.Object
dev.getelements.elements.service.auth.oidc.AnonOidcLinkService
- All Implemented Interfaces:
OidcLinkService
Anonymous implementation of
OidcLinkService.
Always throws ForbiddenException; authentication is required to link accounts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession(OidcSessionRequest oidcSessionRequest) Links an OIDC identity to the currently authenticated user's account.
-
Constructor Details
-
AnonOidcLinkService
public AnonOidcLinkService()
-
-
Method Details
-
createSession
Description copied from interface:OidcLinkServiceLinks an OIDC identity to the currently authenticated user's account.- Specified by:
createSessionin interfaceOidcLinkService- Parameters:
oidcSessionRequest- the OIDC session request containing the external token- Returns:
- the resulting
SessionCreation
-