We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } ] }
The text was updated successfully, but these errors were encountered:
rsakey: Resolve HS256 kid mismatch
c530552
Closes #83
6d647d7
fix: remove styling (ory#83)
826808a
Remove style from <li> affecting footer.tsx on mobile
No branches or pull requests
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" } ] }
The text was updated successfully, but these errors were encountered: