Skip to content

Commit

Permalink
chore(sso): small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hellemans authored and Nick Hellemans committed Jan 12, 2024
1 parent f05a451 commit ce1bfb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions content/awell-studio/docs/sso/identity-providers/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ After this step, you should have **Awell SAML App** setup and **SSO profile** cr

- Navigate to the Awell SAML app in your Google Workspace.
- **Edit SAML Settings**:
- Click **Set up single sign-on (SSO)**.
- Enter the ACS URL and Entity ID as provided by Awell.
- Download the Google IdP metadata.
- Click **Set up single sign-on (SSO)**.
- Enter the ACS URL and Entity ID as provided by Awell.
- Download the Google IdP metadata.

### Step 3: Assign Users in Google Workspace

Expand All @@ -36,8 +36,8 @@ In the Awell SAML app settings, configure which users or groups should have acce
### Step 4: Provide Google Metadata to Awell

- **Email Google IdP Metadata**:
- Send the downloaded Google IdP metadata file to Awell's support team for the final configuration.
- This metadata should contain **Entity ID**, **SSO URL** and **x509_certificate**.
- Send the downloaded Google IdP metadata file to Awell's support team for the final configuration.
- This metadata should contain **Entity ID**, **SSO URL** and **x509_certificate**.

### Final Steps

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Getting started
title: Setting up SSO for your organization
description: Learn more about how to get started with Single Sign-On (SSO) at Awell
---

## How to

### Step 1: Reach out to us
### Reach out to us

Setting up SSO is not something that can be done via our applications. Instead, reach out to Awell support if you want SSO set up for your organization. We are committed to making this process as seamless as possible for you. With your request, we ask you to provide the following details:

- Your organization's name
- The name of your Identity Provider (Okta, Google, etc.)

### Step 2: Gather integration details
### Gather integration details

The integration process involves configuring your IdP and coordinating with Awell. Here's what you need to prepare:

Expand All @@ -24,4 +24,6 @@ For detailed steps on integrating specific IdPs with Awell, refer to our individ

## Supported identity providers

Awell uses Stytch as an identity provider to power auth of our applications. Stytch is compatible with all major identity providers, including Okta, Azure, Google, Ping, Auth0, OneLogin, JumpCloud, Duo, ADFS, Cloudflare, and many more. Note that not every identity provider might have an individual integration guide yet under the "Identity Providers" section.
Awell uses Stytch as an identity provider to power auth of our applications. Stytch is compatible with all major identity providers, including Okta, Azure, Google, Ping, Auth0, OneLogin, JumpCloud, Duo, ADFS, Cloudflare, and many more.

Note that not every identity provider might have an individual integration guide under the "Identity Providers" section yet.
2 changes: 1 addition & 1 deletion src/config/menus/awell-studio/docsMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const docsMenu: MenuType = [
path: `/${Space.AWELL_STUDIO}/docs/sso/introduction`,
},
{
title: 'Getting started',
title: 'Setting up SSO',
path: `/${Space.AWELL_STUDIO}/docs/sso/getting-started`,
},
{
Expand Down

1 comment on commit ce1bfb6

@vercel
Copy link

@vercel vercel bot commented on ce1bfb6 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.