Skip to content

Convert JwkSet for "jwks_uri" endpoint #982

Closed Answered by lhazlewood
l3ender asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, dang, I see the problem now, thank you for linking to #976, that was the clue I needed to remember the issue affecting you in this case.

The problem you're seeing is a result of the following:

The RedactedSupplier serialization exception should only surface when encountering private or secret key material (and the ObjectMapper has not been configured with the JJWT module), because that supplier concept helps ensure that private/secret information isn't accidentally leaked in applications. In other words, you want that exception when such secret material is present because it likely means a serialization attempt is happening when you probably don't want it to.

But since you're serializ…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@l3ender
Comment options

@lhazlewood
Comment options

Answer selected by l3ender
@lhazlewood
Comment options

@l3ender
Comment options

@lhazlewood
Comment options

@l3ender
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants