Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.exception.OIDCRPException
Packages that use OIDCRPException
Package
Description
This package has encoders for various OIDC/OAuth2 requests.
This package has an authentication implementation for OpenID Connect authentication providers.
-
Uses of OIDCRPException in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl that throw OIDCRPExceptionModifier and TypeMethodDescriptionprivate voidDefaultUserInfoRequestEncoder.addBearerTokenToGet(org.apache.hc.core5.http.io.support.ClassicRequestBuilder rb, AccessTokenResponseContext responseCtx) Add the bearer token to the Authorization header, used when issuing HTTP GET requests.private voidDefaultUserInfoRequestEncoder.addBearerTokenToPost(org.apache.hc.core5.http.io.support.ClassicRequestBuilder rb, AccessTokenResponseContext responseCtx) Add the bearer token to the 'access_token' parameter, used when issuing HTTP POST requests. -
Uses of OIDCRPException in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.impl that throw OIDCRPExceptionModifier and TypeMethodDescriptionprotected TAbstractHttpOIDCAuthenticationAction.handleRequest(ProfileRequestContext profileRequestContext, AbstractAuthenticatableOIDCContext authenticatableContext) Encode the request using the supplied request encoder strategy.