Package io.micronaut.security.oauth2.endpoint.token.response.validation
@Configuration
@Requires(configuration="io.micronaut.security.token.jwt")
package io.micronaut.security.oauth2.endpoint.token.response.validation
Classes related to validating an OpenID token response.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
ClassDescriptionID Token Audience validator.Authorized party claim validation.Deprecated, for removal: This API element is subject to removal in a future version.The Issuer Identifier for the OpenID Provider (which is typically obtained during Discovery) MUST exactly match the value of the iss (issuer) Claim.Responsible for validating the nonce claim.JWT Claims Validator for ID Token.Deprecated, for removal: This API element is subject to removal in a future version.Use
ReactiveOpenIdTokenResponseValidator
instead.Validates an OpenID token response.
DefaultReactiveOpenIdTokenResponseValidator
instead