Uses of Class
net.shibboleth.sp.oidc.profile.impl.AbstractAuthorizationResponseAction
Packages that use AbstractAuthorizationResponseAction
Package
Description
OIDC Relying Party profile implementation classes.
-
Uses of AbstractAuthorizationResponseAction in net.shibboleth.sp.oidc.profile.impl
Subclasses of AbstractAuthorizationResponseAction in net.shibboleth.sp.oidc.profile.implModifier and TypeClassDescriptionclassAbstractHttpOAuthAction<T extends com.nimbusds.oauth2.sdk.Response>An abstract class for OIDC/OAuth actions that make synchronous HTTP requests and return types ofresponses.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.classValidation action that validates the OAuth Access Token Response against RFC 6749 section 5.1 and OpenID Connect Core 1.0 section 3.1.3.3.