website/integrations: Update nextcloud to support post logout redirect uri (#22989)

This commit is contained in:
Connor Peshek
2026-06-11 11:20:17 -05:00
committed by GitHub
parent fc8424ac50
commit ab1f8a0692
@@ -122,7 +122,8 @@ To connect to an existing Nextcloud user, set the `nextcloud_user_id` attribute
- **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type.
- **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations.
- Note the **Client ID** and **slug** values because they will be required later.
- Set a `Strict` redirect URI to `https://nextcloud.company/apps/user_oidc/code`.
- Add a **Redirect URI** of type `Strict` `Authorization` as `https://nextcloud.company/apps/user_oidc/code`.
- Add a **Redirect URI** of type `Strict` `Post Logout` as `https://nextcloud.company`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- _(optional)_ If you created the `Nextcloud Profile` scope mapping, add it to **Selected Scopes**.