class |
AccessTokenHashValidator |
A validator that checks the access_token value matches its encoded at_hash representation in the
id_token.
|
class |
ACRClaimsValidator |
Check the ACR values requested were received.
|
class |
AudienceClaimsValidator |
Verifies the Audience (aud) claim contains the appropriate value.
|
class |
AuthenticationAudienceClaimsValidator |
Verifies the Audience (aud) claim contains the appropriate value in JWT authentication.
|
class |
AuthenticationTimeClaimsValidator |
Verifies the auth_time (when the End-User authentication took place):
If the authnLifetimeLookup returns 0 seconds (e.g.
|
class |
ExactMatchClaimsValidator |
Validator that checks a JWT claim exactly matches (by Object equality) a value returned by a lookup strategy.
|
class |
ExpiryClaimsValidator |
Iff an expiration time (exp) claim is present, verifies that it is ahead of the current time, else the JWT claims set
is rejected.
|
class |
FunctionClaimsValidator |
|
class |
IssuedAtClaimsValidator |
If the 'iat' claim is present in the JWT, verifies it is not to far away from the current time.
|
class |
JWTIdentifierClaimsValidator |
Verifies the identifier (jit) from the JWT against replay via configurable ReplayCache.
|
class |
JWTIdentifierRevocationValidator |
Verifies the identifier (jit) from the JWT against revocation via configurable RevocationCache.
|
class |
NotBeforeClaimsValidator |
Iff a not-before-time (nbf) claim is present, makes sure it is before the current time.
|
class |
ProhibitedClaimsValidator |
Verify the claims set does not contain any of the described set of claims.
|
class |
RequiredClaimsValidator |
Verify the claims set contains the given set of required claims.
|