🔧 add OIDC scope option

This commit is contained in:
noway_/
2024-07-16 14:00:03 +02:00
parent 66dac6ff6d
commit 9547c3baec
4 changed files with 11 additions and 3 deletions

View File

@@ -202,6 +202,7 @@ For more info, see the **[Authentication Docs](/docs/authentication.md)**
--- | --- | --- | ---
**`clientId`** | `string` | Required | The client id registered in the OIDC server
**`endpoint`** | `string` | Required | The URL of the OIDC server that should be used.
**`scope`** | `string` | Required | The scope(s) to request from the OIDC provider
**[⬆️ Back to Top](#configuring)**