Skip to content

Commit 8642711

Browse files
committed
Address review comments
1 parent e245553 commit 8642711

File tree

1 file changed

+10
-9
lines changed
  • docs/channels/miscellaneous

1 file changed

+10
-9
lines changed

docs/channels/miscellaneous/sso.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ eleventyNavigation:
1313

1414
SSO support for enterprise users. Pusher dashboard currently supports SSO with Okta.
1515

16-
> **Note:** SSO support is only available to Custom plans. Contact sales for more information.
16+
> **Note:** SSO support is only available to Enterprise plans. Contact sales for more information.
1717
1818
## Okta
1919

@@ -32,26 +32,27 @@ As an Okta administrator, create a new Application for Pusher with the following
3232

3333
### Step 2: Add your Okta settings to Pusher dashboard
3434

35-
To setup SSO with Okta, go to your account page in the Okta SSO section and:
35+
To set up SSO with Okta:
3636

37+
1. Navigate to your Pusher Account page and locate the Okta SSO section
3738
1. Click enable
3839
1. Fill in your Okta settings in the form
39-
- Organization Domain: is used to verify the ownership of login email domains
40+
- Organization Domain: used to verify the ownership of the login email domains
4041
- Issuer URL: should be in the format **https://mydomain.okta.com**
4142
- Client ID & Client Secret: obtained from your Okta application
42-
- Authorize URL: defaults to **$ISSUER_URL/oauth2/default/v1/authorize**. Change as you see fit
43-
- Token URL: defaults to **$ISSUER_URL/oauth2/default/v1/token**. Change as you see fit
44-
- User Info URL: defaults to **$ISSUER_URL/oauth2/default/v1/userinfo**. Change as you see fit
43+
- Authorize URL: defaults to **$ISSUER_URL/oauth2/default/v1/authorize**. Modify if necessary
44+
- Token URL: defaults to **$ISSUER_URL/oauth2/default/v1/token**. Modify if necessary
45+
- User Info URL: defaults to **$ISSUER_URL/oauth2/default/v1/userinfo**. Modify if necessary
4546
1. Click Save
4647
1. Click Start Verification.
4748
![Okta SSO domain verification](./img/okta-sso-domain-verification.png)
48-
1. Follow the instructions presented in the dashboard and add the TXT record to your DNS config.
49+
1. Follow the instructions displayed in the dashboard to add the TXT record to your DNS configuration.
4950
![Okta SSO domain verification](./img/okta-sso-domain-verification-2.png)
5051
**Pusher will work to verify the domain in the background.**
5152
1. Once the domain is verified, you will see a similar message in the dashboard:
5253

5354
![Okta SSO domain verified](./img/okta-sso-domain-verified.png)
54-
1. Your Okta users can visit Pusher using the Pusher Okta app in your organization's Okta dashboard.
55-
**Since Pusher dashboard doesn't support multi-tenancy at the moment, in order for Pusher dashboard to identify your issuer, SSO Logins can only be through the Okta dashboard Pusher app.**
55+
1. Your Okta users can now access Pusher via the Pusher Okta app in your organization's Okta dashboard.
56+
**NOTE: Pusher dashboard doesn't support multi-tenancy at the moment. To identify your issuer, SSO logins must be initiated through the Okta dashboard using the configured Pusher app.**
5657
1. Users can click on "Sign in with Okta" to sign in:
5758
![Okta SSO Login Button](./img/okta-sso-login-button.png)

0 commit comments

Comments
 (0)