Uses of Class
org.mockserver.authentication.jwt.CustomJWTClaimsVerifier
Packages that use CustomJWTClaimsVerifier
-
Uses of CustomJWTClaimsVerifier in org.mockserver.authentication.oidc
Subclasses of CustomJWTClaimsVerifier in org.mockserver.authentication.oidcModifier and TypeClassDescriptionclassExtendsCustomJWTClaimsVerifier(which already enforces audience, exp/nbf with skew, required claims and exact-match claims) to additionally assert, for an external OIDC IdP: theissclaim equals the configured issuer, and the token's granted scopes (parsed from the configured scope claim) contain every required scope. Issuer and scope checks run BEFORE delegating to the superclass so a wrong issuer or insufficient scope is reported with a precise message.