0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 14:35:32 +00:00
This commit is contained in:
Hugo Valente 2024-05-02 12:59:01 +01:00 committed by GitHub
parent 60f40b767a
commit 3b2957e893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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&register_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)