You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 setPROXY_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.
@dragotin as discussed
@micbar fyi
The text was updated successfully, but these errors were encountered: