fix table (#17581)
Hugo Valente committed
May 2, 2024 at 12:59 UTC
3b2957e8932e4624eb941c69bb5189d282a99934
1 file changed
+5
-4
integrations/cloud-authentication/metadata.yaml
+5
-4
@@ -73,11 +73,12 @@
73
Your server should follow the [full specification for OIDC](https://openid.net/specs/openid-connect-core-1_0.html).
74
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.
75
The access settings for your client are the following:
76
- | field | value |
77
- | :-- | :-- |
78
- | Root URL | https://app.netdata.cloud/ |
76
+
77
+ | field | value |
78
+ | :-- | :-- |
79
+ | Root URL | https://app.netdata.cloud/ |
80
| 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 |
80
- | Redirect URL | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback |
81
+ | Redirect URL | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback |
82
83
### Netdata Configuration Steps
84
1. Click on the Space settings cog (located above your profile icon)