From 007fd6151272eb7c1d8214e4a5ffcbd446855cf1 Mon Sep 17 00:00:00 2001 From: linux-universe <130909958+linux-universe@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:24:44 +0200 Subject: [PATCH] Revise Nextcloud OIDC Client setup instructions > This app supports PKCE (Proof Key for Code Exchange) https://github.com/nextcloud/user_oidc --- docs/client-examples/nextcloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-examples/nextcloud.md b/docs/client-examples/nextcloud.md index 9a99702..78678b3 100644 --- a/docs/client-examples/nextcloud.md +++ b/docs/client-examples/nextcloud.md @@ -16,7 +16,7 @@ The following example variables are used and should be replaced with your actual 2. Set a logo for this OIDC Client if you would like to. 3. Set the callback URL to: `https://nextcloud.example.com/apps/user_oidc/code`, or leave blank to autofill on first login. 4. Set the Logout Callback URLs to the address the nextcloud/user_oidc plugin will give you. For most of the time it will be the address below with the portion `PocketID` being the name you gave to it on Nextcloud. e.g:`https://nextcloud.example.com/apps/user_oidc/backchannel-logout/PocketID`. -5. Leave `Public Client` and `PKCE` unchecked. +5. Leave `Public Client` unchecked. Consider enabling `PKCE`. 6. Copy the `Client ID`, `Client Secret`, `OIDC Discovery URL` and `Logout URL` for use in the next steps. ## Nextcloud Setup