Skip to content

Reactive Nimbus Jwt Decoder should convert claims #6015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jzheaux opened this issue Oct 23, 2018 · 1 comment · Fixed by #6080
Closed

Reactive Nimbus Jwt Decoder should convert claims #6015

jzheaux opened this issue Oct 23, 2018 · 1 comment · Fixed by #6080
Assignees
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Oct 23, 2018

Add the reactive equivalent for converting claims on read, like the servlet-based version does with MappedJwtClaimSetConverter.

@jzheaux jzheaux added New Feature in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) labels Oct 23, 2018
@jzheaux jzheaux added this to the 5.2.x milestone Oct 23, 2018
@jzheaux
Copy link
Contributor Author

jzheaux commented Oct 23, 2018

Related to #5223

@jzheaux jzheaux modified the milestones: 5.2.x, 5.2.0.M1 Oct 30, 2018
jzheaux added a commit to jzheaux/spring-security that referenced this issue Nov 12, 2018
Exposes setClaimSetConverter on NimbusReactiveJwtDecoder, lining it up
with the same support on NimbusJwtDecoder.

Fixes: spring-projectsgh-6015
@jzheaux jzheaux self-assigned this Nov 13, 2018
rwinch pushed a commit that referenced this issue Nov 13, 2018
Exposes setClaimSetConverter on NimbusReactiveJwtDecoder, lining it up
with the same support on NimbusJwtDecoder.

Fixes: gh-6015
jer051 pushed a commit to jer051/spring-security that referenced this issue Nov 21, 2018
Exposes setClaimSetConverter on NimbusReactiveJwtDecoder, lining it up
with the same support on NimbusJwtDecoder.

Fixes: spring-projectsgh-6015
@rwinch rwinch added the type: enhancement A general enhancement label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants