-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix: oidc token renewal #8762
fix: oidc token renewal #8762
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
Converted back to draft. There are other issues... redirect to logged out page still happening. I see 401 errors from requests in the token renewal iframe in the network tab. Investigating. |
Also optimize application bootstrapping in iframe (relevant for oidc silent redirect)
@dschmidt I re-introduced the redirect uris |
SonarCloud Quality Gate failed. |
While debugging this @dschmidt and I also discovered an ocis bug: owncloud/ocis#5986 |
Description
this PR fixes multiple oidc related things:
/oidc-silent-redirect.html
. The silent renewal landed in a (silent ) access_denied.As a result you should not get redirected to the access denied page anymore. That was happening on token renewals before.
Issues
Fixes #8420