Skip to content
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

kid does not match .well-known/jwks.json #83

Closed
Entrio opened this issue Jun 25, 2018 · 0 comments
Closed

kid does not match .well-known/jwks.json #83

Entrio opened this issue Jun 25, 2018 · 0 comments

Comments

@Entrio
Copy link

Entrio commented Jun 25, 2018

Tokens issued by oathkeeper (beta 4)have different kid values than in .well-known/jwks.json

{ "alg": "HS256", "kid": "ba4a9b07-2543-4d5f-b0e8-ad4df2b669db", "typ": "JWT" }

has kid of ba4a9b07-2543-4d5f-b0e8-ad4df2b669db

but when i get well-known/jwks.json there is no such kid

{ "keys": [ { "use": "sig", "kty": "oct", "kid": "dc39e248-1005-4689-bb67-f938c9a4b63f", "alg": "HS256", "k": "MGEwNGQzMzAtMDIyOC00MGE5LWI5NjctMTcwM2M0ZWU5MTJl" } ] }

aeneasr pushed a commit that referenced this issue Jul 7, 2018
@aeneasr aeneasr closed this as completed in 6d647d7 Jul 7, 2018
NickUfer pushed a commit to NickUfer/oathkeeper that referenced this issue Nov 11, 2020
Remove style from <li> affecting footer.tsx on mobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant