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
It seems that there's an issue with the OAuth or OIDC implementation in the latest version of authentik. According to the documentation found at https://docs.goauthentik.io/docs/releases/2024.2, when the system requires a refresh_token, the scope must include an offline_access, which is causing the current SSO to malfunction.
The text was updated successfully, but these errors were encountered:
wolfun2001
changed the title
I found that oauth is broken with new version.
OAuth/OIDC Malfunction in Latest Authentik Release Due to Scope Requirements
May 1, 2024
boringwolf
pushed a commit
to boringwolf/ganymede
that referenced
this issue
May 1, 2024
@boringwolf made a PR to fix this. You'll need to use the :main image tag for the API container until a release is published. I plan on pushing a new release this weekend.
It seems that there's an issue with the OAuth or OIDC implementation in the latest version of authentik. According to the documentation found at https://docs.goauthentik.io/docs/releases/2024.2, when the system requires a refresh_token, the scope must include an offline_access, which is causing the current SSO to malfunction.
The text was updated successfully, but these errors were encountered: