Package org.forgerock.oauth.resolvers
package org.forgerock.oauth.resolvers
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider. These resolvers
can be configured from a variety of different sources.
-
ClassDescriptionImplementation of the OpenIdResolver interface.A resolver capable of verifying encrypted ID tokens.Factory class responsible for creating
EncryptedOpenIdResolver
instances.GenericOpenIdResolver<J extends Jwt>Validation of Open ID Connect JWTs via verification of their internals (issuer, audience, signature, etc.).Comparators for comparing "issuer" values.This class exists to allow Open Id Providers to supply or promote a JWK exposure point for their public keys.A resolver that performs validation against a suppliedSignedJwt
.For producing OpenId Resolvers.This class exists to allow functionality for those Open ID Connect providers which supply their signatures through asymmetric key algorithms (e.g.This class exists to allow functionality for those Open ID Connect providers which supply their signatures through symmetric key algorithms (e.g.This class creates JWKOpenIdResolverImpl's from a supplied well-known open id configuration url.