@cryptotaxi247 / netdata-1 / commits / 01debcadf

Update enterprise SSO docs (#18836)

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Joao Cardoso committed Oct 21, 2024 at 15:17 UTC 01debcadff9bbdaa78ecddedd2565816d0726c30
1 file changed +13 -3
docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md
+13 -3
@@ -26,12 +26,22 @@ Once you ensure the above prerequisites you need to:
26
27 ### From Netdata Sign-up page
28
29 -If you're starting your flow from Netdata sign-in page you need to:
29 +#### Requirements
30 +
31 +You have to update your DNS settings by adding a TXT record with the Netdata verification code as its **Value**.
32 +The **Value** can be found by clicking the **DNS TXT record** button in your space settings under **User Management**, in the** Authentication & Authorization** tab.
33 +
34 +Log into your domain provider’s website, and navigate to the DNS records section.
35 +Create a new TXT record with the following specifications:
36 +- Value/Answer/Description: `"netdata-verification=[VERIFICATION CODE]"`
37 +- Name/Host/Alias: Leave this blank or type @ to include a subdomain.
38 +- Time to live (TTL): "86400" (this can also be inherited from the default configuration).
39 +
40 +#### Starting the flow from Netdata sign-in page
41
42 1. Click on the link `Sign-in with an Enterprise Single Sign-On (SSO)`
43 2. Enter your email address
33 -3. Go to your mailbox and check the `Sign In to Netdata` email that you have received
34 -4. Click on the **Sign In** button
44 +3. Complete the SSO flow
45
46 Note: If you're not authenticated on the Enterprise SSO tool you'll be prompted to authenticate there
47 first before being allowed to proceed to Netdata Cloud.