Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions advanced/subpath/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: "Host documentation at a /docs subpath using Cloudflare Workers"

## Create Cloudflare Worker

Navigate to the `Workers & Pages > Create application > Create worker`. You
should be able to presented with the following screen where you can create a new
Cloudlfare worker.
Navigate to `Workers & Pages > Create application > Create worker`. You
will be presented with the following screen where you can create a new
Cloudflare worker.

<Frame>
<img alt="Create a Cloudflare worker" src="/images/cloudflare/worker.png" />
Expand All @@ -27,7 +27,7 @@ prepended to the domain.
/>
</Frame>

If you have trouble setting up a custom subdirectory,
If you have trouble setting up subdirectories,
[contact our support team](mailto:[email protected]) and we'll walk you through
upgrading your hosting with us.

Expand Down Expand Up @@ -77,4 +77,4 @@ async function handleRequest(request) {
```

Click on `Deploy` and wait for the changes to propagate (it can take up to a few
hours).
hours).
20 changes: 10 additions & 10 deletions settings/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Customize how your team can login to your Mintlify dashboard"
icon: 'user-unlock'
---

Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use Okta or Google Workspace, we have provider-specific documentation for setting up SSO, but if you use another provider, please contact us!
Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use Okta or Google Workspace, we have provider-specific documentation for setting up SSO. If you use another provider, please contact us!

<Note>
SSO functionality is available on our Enterprise plan. [Contact
Expand All @@ -20,7 +20,7 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
Under `Applications`, click to create a new app integration using SAML 2.0.
</Step>
<Step title="Configure integration">
Enter the following:
Enter the following details:
* Single sign-on URL (provided by Mintlify)
* Audience URI (provided by Mintlify)
* Name ID Format: `EmailAddress`
Expand All @@ -31,7 +31,7 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
| `lastName` | Basic | `user.lastName` |
</Step>
<Step title="Send us your IdP information">
Once the application is set up, navigate to the sign-on tab and send us the metadata URL.
Once the application is set up, navigate to the Sign On tab and send us the metadata URL.
We'll enable the connection from our side using this information.
</Step>
</Steps>
Expand All @@ -40,14 +40,14 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
<Steps>
<Step title="Create an application">
Under `Applications`, click to create a new app integration using OIDC.
You should choose the `Web Application` application type.
Select the `Web Application` application type.
</Step>
<Step title="Configure integration">
Select the authorization code grant type and enter the Redirect URI provided by Mintlify.
</Step>
<Step title="Send us your IdP information">
Once the application is set up, navigate to the General tab and locate the client ID & client secret.
Please securely provide us with these, along with your Okta instance URL (e.g. `<your-tenant-name>.okta.com`). You can send these via a service like 1Password or SendSafely.
Once the application is set up, navigate to the General tab and locate the client ID and client secret.
Please securely provide us with these credentials, along with your Okta instance URL (e.g., `<your-tenant-name>.okta.com`). You can send these via a secure service like 1Password or SendSafely.
</Step>
</Steps>
</Tab>
Expand All @@ -65,13 +65,13 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
</Frame>
</Step>
<Step title="Send us your IdP information">
Copy the provided SSO URL, Entity ID, and x509 certificate and send it to the Mintlify team.
Copy the provided SSO URL, Entity ID, and X.509 certificate and send them to the Mintlify team.
<Frame>
![](/images/gsuite-saml-metadata.png)
</Frame>
</Step>
<Step title="Configure integration">
On the Service provider details page, enter the following:
On the Service Provider Details page, enter the following:
* ACS URL (provided by Mintlify)
* Entity ID (provided by Mintlify)
* Name ID format: `EMAIL`
Expand All @@ -87,9 +87,9 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
| `First name` | `firstName` |
| `Last name` | `lastName` |

Once this step is complete and users are assigned to the application, let our team know and we'll enable SSO for your account!
Once users are assigned to the application and these steps are complete, let our team know and we'll enable SSO for your account!
</Step>
</Steps>
</Tab>

</Tabs>
</Tabs>
Loading