fix outline oidc config to prevent frequent logouts #38

Open
simon wants to merge 1 commits from fix-outline-oidc into main
Owner

I observed frequent outline logouts with out oidc config, just as described here

the fix was to add offline_access to the OIDC scopes on both ends. Worked, so I'd add it to the blueprint, too.

I observed frequent outline logouts with out oidc config, just as described [here](https://github.com/outline/outline/issues/10550#issuecomment-3516752167) the fix was to add `offline_access` to the OIDC scopes on both ends. Worked, so I'd add it to the blueprint, too.
simon added 1 commit 2026-08-24 14:50:29 +00:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-outline-oidc:fix-outline-oidc
git checkout fix-outline-oidc
Sign in to join this conversation.