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

Document JWT and impact on OIDC #349

Open
1 task
mmattel opened this issue Jan 13, 2023 · 0 comments
Open
1 task

Document JWT and impact on OIDC #349

mmattel opened this issue Jan 13, 2023 · 0 comments

Comments

@mmattel
Copy link
Contributor

mmattel commented Jan 13, 2023

JWT (Java Web Tokens) need more descriptions when it comes to OIDC. This is because managing the optional KID header can return an error like failed to verify access token: the JWT has an invalid kid: could not find kid in JWT header. In such a case you need to set PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD=none.

See the original issue where this came up:
ownCloud: Enable OpenID Connect Authentication and
What's the meaning of the "kid" claim in a JWT token

There are for sure more JWT examples or things that need documentation to guide customers into the right direction when setting up ocis.

  • We need infos from development to see where this goes as docs does not have the experience on this topic

@dragotin as discussed
@micbar fyi

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