mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 14:35:32 +00:00
fix table (#17581)
This commit is contained in:
parent
60f40b767a
commit
3b2957e893
1 changed files with 5 additions and 4 deletions
|
@ -73,11 +73,12 @@
|
|||
Your server should follow the [full specification for OIDC](https://openid.net/specs/openid-connect-core-1_0.html).
|
||||
In order to integrate your Authorization Server with Netdata the creation of a client is required. Clients are applications and services that can request authentication of a user.
|
||||
The access settings for your client are the following:
|
||||
| field | value |
|
||||
| :-- | :-- |
|
||||
| Root URL | https://app.netdata.cloud/ |
|
||||
|
||||
| field | value |
|
||||
| :-- | :-- |
|
||||
| Root URL | https://app.netdata.cloud/ |
|
||||
| Home/Initiate login URL | https://app.netdata.cloud/api/v2/auth/account/auth-server?iss={your-server-issuer-url}&redirect_uri=https://app.netdata.cloud/sign-in®ister_uri=https://app.netdata.cloud/sign-up/verify |
|
||||
| Redirect URL | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback |
|
||||
| Redirect URL | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback |
|
||||
|
||||
### Netdata Configuration Steps
|
||||
1. Click on the Space settings cog (located above your profile icon)
|
||||
|
|
Loading…
Add table
Reference in a new issue