mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +02:00
Update documentation
This commit is contained in:
parent
e98ba95cd4
commit
fd63640daa
@ -285,6 +285,7 @@ appConfig:
|
|||||||
oidc:
|
oidc:
|
||||||
clientId: [registered client id]
|
clientId: [registered client id]
|
||||||
endpoint: [OIDC endpoint]
|
endpoint: [OIDC endpoint]
|
||||||
|
scope: [The scope(s) to request from the OIDC provider]
|
||||||
```
|
```
|
||||||
|
|
||||||
Because Dashy is a SPA, a [public client](https://datatracker.ietf.org/doc/html/rfc6749#section-2.1) registration with PKCE is needed.
|
Because Dashy is a SPA, a [public client](https://datatracker.ietf.org/doc/html/rfc6749#section-2.1) registration with PKCE is needed.
|
||||||
|
@ -202,6 +202,7 @@ For more info, see the **[Authentication Docs](/docs/authentication)**
|
|||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
**`clientId`** | `string` | Required | The client id registered in the OIDC server
|
**`clientId`** | `string` | Required | The client id registered in the OIDC server
|
||||||
**`endpoint`** | `string` | Required | The URL of the OIDC server that should be used.
|
**`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](#top)**
|
**[⬆️ Back to Top](#top)**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user