Skip to content

Commit c2a84c9

Browse files
authored
[Fundamentals] Adding SSO UI docs (#25811)
* [Fundamentals] Adding docs for self serve SSO UI * Adding SSO UI images for docs update * Language changes from PR review
1 parent 0d3ba74 commit c2a84c9

File tree

19 files changed

+435
-340
lines changed

19 files changed

+435
-340
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,6 +2352,7 @@
23522352
/autorag/* /ai-search/:splat 301
23532353

23542354
# Cloudflare One / Zero Trust
2355+
/cloudflare-one/applications/configure-apps/dash-sso-apps/ /fundamentals/account/account-security/dashboard-sso/ 301
23552356
/cloudflare-one/connections/connect-networks/install-and-setup/tunnel-guide/local/as-a-service/* /cloudflare-one/connections/connect-networks/configure-tunnels/local-management/as-a-service/:splat 301
23562357
/cloudflare-one/connections/connect-apps/install-and-setup/deployment-guides/* /cloudflare-one/connections/connect-networks/deployment-guides/:splat 301
23572358
/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/* /cloudflare-one/connections/connect-networks/deployment-guides/:splat 301
30.4 KB
Loading
25.4 KB
Loading
43.5 KB
Loading

src/content/changelog/fundamentals/2025-09-25-sso-for-all.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ products:
66
date: 2025-09-25
77
---
88

9-
Single sign-on (SSO) streamlines the process of logging into Cloudflare for Enterprise customers who manage a custom email domain and manage their own identity provider. Instead of managing a password and two-factor authentication credentials directly for Cloudflare, SSO lets you reuse your existing login infrastructure to seamlessly log in. SSO also provides additional security opportunities such as device health checks which are not available natively within Cloudflare.
9+
Single sign-on (SSO) streamlines the process of logging into Cloudflare for Enterprise customers who manage a custom email domain and manage their own identity provider. Instead of managing a password and two-factor authentication credentials directly for Cloudflare, SSO lets you reuse your existing login infrastructure to seamlessly log in. SSO also provides additional security opportunities such as device health checks which are not available natively within Cloudflare.
1010

11-
Historically, SSO was only available for Enterprise accounts. Today, we are announcing that we are making SSO available to all users for free. We have also added the ability to directly manage SSO configurations using the API. This removes the previous requirement to contact support to configure SSO.
11+
Historically, SSO was only available for Enterprise accounts. Today, we are announcing that we are making SSO available to all users for free. We have also added the ability to directly manage SSO configurations using the API. This removes the previous requirement to contact support to configure SSO.
1212

1313
## For more information
1414

1515
- [Every Cloudflare feature, available to all](https://blog.cloudflare.com/enterprise-grade-features-for-all/)
16-
- [Configure Dashboard SSO](/cloudflare-one/applications/configure-apps/dash-sso-apps/)
16+
- [Configure Dashboard SSO](/fundamentals/manage-members/dashboard-sso/)

src/content/changelog/fundamentals/2025-10-07-recovery-codes.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ products:
66
date: 2025-10-07
77
---
88

9-
The most common reason users contact Cloudflare support is lost two-factor authentication (2FA) credentials. Cloudflare supports both app-based and hardware keys for 2FA, but you could lose access to your account if you lose these. Over the past few weeks, we have been rolling out email and in-product reminders that remind you to also download backup codes (sometimes called recovery keys) that can get you back into your account in the event you lose your 2FA credentials. Download your backup codes now by logging into Cloudflare, then navigating to **Profile** > **Security & Authentication** > **Backup codes**.
9+
The most common reason users contact Cloudflare support is lost two-factor authentication (2FA) credentials. Cloudflare supports both app-based and hardware keys for 2FA, but you could lose access to your account if you lose these. Over the past few weeks, we have been rolling out email and in-product reminders that remind you to also download backup codes (sometimes called recovery keys) that can get you back into your account in the event you lose your 2FA credentials. Download your backup codes now by logging into Cloudflare, then navigating to **Profile** > **Security & Authentication** > **Backup codes**.
1010

1111
## Sign-in security best practices
1212

13-
Cloudflare is critical infrastructure, and you should protect it as such. Please review the following best practices and make sure you are doing your part to secure your account.
13+
Cloudflare is critical infrastructure, and you should protect it as such. Please review the following best practices and make sure you are doing your part to secure your account.
1414

15-
* Use a unique password for every website, including Cloudflare, and store it in a password manager like 1Password or Keeper. These services are cross-platform and simplify the process of managing secure passwords.
16-
* Use 2FA to make it harder for an attacker to get into your account in the event your password is leaked
17-
* Store your backup codes securely. A password manager is the best place since it keeps the backup codes encrypted, but you can also print them and put them somewhere safe in your home.
18-
* If you use an app to manage your 2FA keys, enable cloud backup, so that you don't lose your keys in the event you lose your phone.
19-
* If you use a custom email domain to sign in, [configure SSO](https://developers.cloudflare.com/cloudflare-one/applications/configure-apps/dash-sso-apps/).
20-
* If you use a public email domain like Gmail or Hotmail, you can also use social login with Apple, GitHub, or Google to sign in.
21-
* If you manage a Cloudflare account for work:
22-
* Have at least two administrators in case one of them unexpectedly leaves your company
23-
* Use SCIM to automate permissions management for members in your Cloudflare account
15+
- Use a unique password for every website, including Cloudflare, and store it in a password manager like 1Password or Keeper. These services are cross-platform and simplify the process of managing secure passwords.
16+
- Use 2FA to make it harder for an attacker to get into your account in the event your password is leaked
17+
- Store your backup codes securely. A password manager is the best place since it keeps the backup codes encrypted, but you can also print them and put them somewhere safe in your home.
18+
- If you use an app to manage your 2FA keys, enable cloud backup, so that you don't lose your keys in the event you lose your phone.
19+
- If you use a custom email domain to sign in, [configure SSO](https://developers.cloudflare.com/fundamentals/manage-members/dashboard-sso/).
20+
- If you use a public email domain like Gmail or Hotmail, you can also use social login with Apple, GitHub, or Google to sign in.
21+
- If you manage a Cloudflare account for work:
22+
- Have at least two administrators in case one of them unexpectedly leaves your company
23+
- Use SCIM to automate permissions management for members in your Cloudflare account

src/content/dash-routes/index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,11 @@
436436
"deeplink": "/?to=/:account/members",
437437
"parent": ["Manage Account"]
438438
},
439+
{
440+
"name": "Members Settings",
441+
"deeplink": "/?to=/:account/members/settings",
442+
"parent": ["Manage Account Members Settings"]
443+
},
439444
{
440445
"name": "Account API tokens",
441446
"deeplink": "/?to=/:account/api-tokens",

0 commit comments

Comments
 (0)