Uses of Class
net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl.AbstractOAuthAuthorizationResponseAction
-
Packages that use AbstractOAuthAuthorizationResponseAction Package Description net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Profile action implementations related to OAuth2.net.shibboleth.idp.plugin.oidc.op.profile.impl Profile action implementations related to OIDC. -
-
Uses of AbstractOAuthAuthorizationResponseAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Subclasses of AbstractOAuthAuthorizationResponseAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Modifier and Type Class Description classSetAuthorizationCodeToResponseContextAction that creates a Authorization Code, and sets it to work contextOIDCAuthenticationResponseContext.getAuthorizationCode()located underInOutOperationContext.getOutboundMessageContext().classSetRequestObjectToResponseContextAction that stored request object toOIDCAuthenticationResponseContext.classValidateCodeChallengeValidates the presence of PKCE code challenge parameter from the incoming authentication request.classValidateRedirectURIAction that validates redirect uri is expected.classValidateRequestObjectAction validates request object in response context.classValidateResponseTypeAn action that validates the requested response_type is (1) registered to the requesting RP and (2) valid for the protocol used for request.classValidateScopeAction that validates requested and previously granted scopes are also registered in client metadata and stores the resulting set in the response context. -
Uses of AbstractOAuthAuthorizationResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOAuthAuthorizationResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description classFormOutboundAuthenticationResponseMessageAction that forms outbound message based on request and response context.
-