summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Valente <82235632+hugovalente-pm@users.noreply.github.com>2024-05-02 12:59:01 +0100
committerGitHub <noreply@github.com>2024-05-02 11:59:01 +0000
commit3b2957e8932e4624eb941c69bb5189d282a99934 (patch)
treeb838108548db26618428cdea1580121157b90513
parent60f40b767a8116581c2db1fed1f0c101ffa56818 (diff)
fix table (#17581)
-rw-r--r--integrations/cloud-authentication/metadata.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/integrations/cloud-authentication/metadata.yaml b/integrations/cloud-authentication/metadata.yaml
index 3ce945f59c..b7fb2370cd 100644
--- a/integrations/cloud-authentication/metadata.yaml
+++ b/integrations/cloud-authentication/metadata.yaml
@@ -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)