website/integrations: change nextcloud scope name to avoid confusion (#15050)
changed "profile" to "nextcloud" Signed-off-by: Marlin <77961876+Keksmo@users.noreply.github.com>
This commit is contained in:
@ -81,7 +81,7 @@ If you want to control user storage and designate Nextcloud administrators, you
|
|||||||
- **Create Scope Mapping**:
|
- **Create Scope Mapping**:
|
||||||
|
|
||||||
- **Name**: `Nextcloud Profile`
|
- **Name**: `Nextcloud Profile`
|
||||||
- **Scope name**: `profile`
|
- **Scope name**: `nextcloud`
|
||||||
- **Expression**:
|
- **Expression**:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@ -146,7 +146,7 @@ Depending on your Nextcloud configuration, you may need to use `https://nextclou
|
|||||||
- **Client ID**: Client ID from authentik
|
- **Client ID**: Client ID from authentik
|
||||||
- **Client secret**: Client secret from authentik
|
- **Client secret**: Client secret from authentik
|
||||||
- **Discovery endpoint**: `https://authentik.company/application/o/<application_slug>/.well-known/openid-configuration`
|
- **Discovery endpoint**: `https://authentik.company/application/o/<application_slug>/.well-known/openid-configuration`
|
||||||
- **Scope**: `email profile openid`
|
- **Scope**: `email nextcloud openid`
|
||||||
- Under **Attribute mappings**:
|
- Under **Attribute mappings**:
|
||||||
|
|
||||||
- **User ID mapping**: `sub` (or `user_id` for existing users)
|
- **User ID mapping**: `sub` (or `user_id` for existing users)
|
||||||
|
|||||||
Reference in New Issue
Block a user