Skip to content

Commit 99a863b

Browse files
authored
fix capitalization of single sign-on (#4380)
* fixed one instance to test push to github * fixed single sign-on capitalizations
1 parent b07a6e8 commit 99a863b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

src/docs/product/accounts/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Of course, you're welcome to go through all the steps, even if you're a team of
1919

2020
## 1. Enable Single Sign-On Access
2121

22-
[Single Sign-On (SSO)](/product/accounts/sso/) allows your team to log in quickly, streamlines the on/off-boarding process for member accounts, and strengthens your login with secure credentials. Sentry provides out-of-the-box configuration for integrating SSO providers like [Okta](/product/accounts/sso/#okta) and [Azure Active Directory](/product/accounts/sso/#azure-active-directory) (SAML) or [Google](/product/accounts/sso/#google-business-app) and [Github](/product/accounts/sso/#github-organizations) (Oauth). In addition, we provide a generic configuration option for any other [SAML2 Identity Provider](/product/accounts/sso/saml2/).
22+
[Single sign-on (SSO)](/product/accounts/sso/) allows your team to log in quickly, streamlines the on/off-boarding process for member accounts, and strengthens your login with secure credentials. Sentry provides out-of-the-box configuration for integrating SSO providers like [Okta](/product/accounts/sso/#okta) and [Azure Active Directory](/product/accounts/sso/#azure-active-directory) (SAML) or [Google](/product/accounts/sso/#google-business-app) and [Github](/product/accounts/sso/#github-organizations) (Oauth). In addition, we provide a generic configuration option for any other [SAML2 Identity Provider](/product/accounts/sso/saml2/).
2323

2424
Sentry also supports a subset of the specification for System for Cross-Domain Identity Management (SCIM) for [Okta](/product/accounts/sso/okta-sso/okta-scim/) and [Azure AD](/product/accounts/sso/azure-sso/#scim-integration).
2525

src/docs/product/accounts/require-2fa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To view members who were removed from your organization for 2FA non-compliance,
3838

3939
## Require 2FA and SSO
4040

41-
Require 2FA is currently not available with Single Sign-On (SSO), so you would need to require two-factor authentication with your identity provider.
41+
Require 2FA is currently not available with single sign-on (SSO), so you would need to require two-factor authentication with your identity provider.
4242

4343
## Steps to Rejoin an Organization
4444

src/docs/product/accounts/sso/azure-sso.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Azure Active Directory SSO"
33
sidebar_order: 1
4-
description: "Set up Azure Active Directory Single Sign-On (SSO) on Sentry."
4+
description: "Set up Azure Active Directory single sign-on (SSO) on Sentry."
55
---
66

77
## Installation

src/docs/product/accounts/sso/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sidebar_order: 20
44
redirect_from:
55
- /learn/sso/
66
- /product/sso/
7-
description: "Learn about Single Sign-On (SSO) and how it helps manage your organization."
7+
description: "Learn about single sign-on (SSO) and how it helps manage your organization."
88
---
99

10-
Single Sign-On (or SSO) allows you to manage your organization’s entire membership via a third-party provider.
10+
Single sign-on (or SSO) allows you to manage your organization’s entire membership via a third-party provider.
1111

1212
## Preface
1313

src/docs/product/accounts/sso/okta-sso/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Okta SSO"
33
sidebar_order: 2
4-
description: "Set up Okta Single Sign-On (SSO) on Sentry."
4+
description: "Set up Okta single sign-on (SSO) on Sentry."
55
---
66

77
## Installation
@@ -36,11 +36,11 @@ description: "Set up Okta Single Sign-On (SSO) on Sentry."
3636

3737
1. Sign in to Sentry. Select **Settings > Auth > Configure Okta**.
3838

39-
![Sentry Single Sign-On configuration page](okta-sentry-sso-settings-page.png)
39+
![Sentry single sign-on configuration page](okta-sentry-sso-settings-page.png)
4040

4141
1. Paste the Metadata URL from Step 8, then click "Continue".
4242

43-
![Sentry Single Sign-On configuration for Okta](okta-sentry-settings-metadata-url.png)
43+
![Sentry single sign-on configuration for Okta](okta-sentry-settings-metadata-url.png)
4444

4545
Sentry will attempt to authenticate and link your account with Okta. After successful authentication, you'll be redirected to Sentry's SSO configuration page, where you can:
4646

@@ -52,7 +52,7 @@ Sentry will attempt to authenticate and link your account with Okta. After succe
5252

5353
If you make any changes, click "Save Settings" to complete your set up.
5454

55-
![Sentry Single Sign-On settings for Okta](okta-sentry-settings-for-okta.png)
55+
![Sentry single sign-on settings for Okta](okta-sentry-settings-for-okta.png)
5656

5757
## SCIM Integration
5858
- See [Okta SCIM Provisioning](okta-scim).

src/docs/product/integrations/source-code-mgmt/azure-devops/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you reach the account selection page during the Azure Devops installation pro
111111

112112
- Ensure you are logged into the account connected to your Azure DevOps organization.
113113
- Double-check that your account is a Microsoft Account (MSA).
114-
- For Single Sign-On, see [Azure Active Directory SSO](/product/accounts/sso/azure-sso/).
114+
- For single sign-on, see [Azure Active Directory SSO](/product/accounts/sso/azure-sso/).
115115
- If you have multiple accounts in Azure DevOps, open [this link to Azure DevOps](https://aex.dev.azure.com) in another tab, select the correct account, then reinstall.
116116

117117
<Note>

src/docs/product/integrations/source-code-mgmt/github/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ For more details, see the full documentation for [Code Owners](/product/issues/i
267267

268268
### GitHub Single Sign-On
269269

270-
Single Sign-On (or SSO) allows you to manage your organization’s entire membership via a third-party provider.
270+
Single sign-on (or SSO) allows you to manage your organization’s entire membership via a third-party provider.
271271

272272
For more details, see the full documentation for [Single Sign-on](/product/accounts/sso/).
273273

0 commit comments

Comments
 (0)