Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.impl.AbstractOIDCAuthenticationResponseAction
Packages that use AbstractOIDCAuthenticationResponseAction
Package
Description
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.implModifier and TypeClassDescriptionclassAbstractHttpOIDCAuthenticationAction<T extends com.nimbusds.oauth2.sdk.Response>An abstract class for OIDC actions that make synchronous HTTP requests and returnresponses.classAction to exchange the authorization code in the authentication response for an OAuth access token which contains an OIDC id_token.classRequest information from the UserInfo OAuth2.0 endpoint using the access_token already present in the context.classAuthentication action that validates the authentication response state parameter (which is required in the Proxy flow) matches that in the authentication request.