Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.

JwkTokenStore cannot be composed with custom JwtAccessTokenConverter #1015

@pnewhook

Description

@pnewhook

To get additional information stored in the JWT by the authentication server I've implemented a custom JwtAccessTokenConverter that extracts the extra claims and saves it to the OAuth2Authenticaiton. During configuration I add that custom converter to the JwtTokenStore.

But the JwkTokenStore doesn't allow a JwtAccessTokenConverter to be set, so I lose all my custom claims.

Resolving #716 would solve my use case.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions