Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/client-examples/nextcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading