Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.impl.AbstractOIDCAuthenticationResponseAction
-
Packages that use AbstractOIDCAuthenticationResponseAction Package Description net.shibboleth.idp.plugin.authn.oidc.rp.impl This package has an authentication implementation for OpenID Connect authentication providers. -
-
Uses of AbstractOIDCAuthenticationResponseAction in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Subclasses of AbstractOIDCAuthenticationResponseAction in net.shibboleth.idp.plugin.authn.oidc.rp.impl Modifier and Type Class Description classAbstractHttpOIDCAuthenticationAction<T extends com.nimbusds.oauth2.sdk.Response>An abstract class for OIDC actions that make synchronous HTTP requests and returnresponses.classExchangeCodeForAccessTokenAction to exchange the authorization code in the authentication response for an OAuth access token which contains an OIDC id_token.classUserInfoEndpointLookupRequest information from the UserInfo OAuth2.0 endpoint using the access_token already present in the context.classValidateResponseStateAuthentication action that validates the authentication response state parameter (which is required in the Proxy flow) matches that in the authentication request.
-