Skip to content

Consider adding JwtClaimValidator #7860

Closed
@jzheaux

Description

@jzheaux

JwtClaimValidator could be a nice generalization of JwtIssuerValidator. Something like:

public JwtClaimValidator(String claim, Predicate<T> test)

Where claim is the name of the claim to validate, test is the test to perform, and T is the claim value's type.

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions