Skip to content

Commit 50d40a7

Browse files
Documentation edits made through Mintlify web editor
1 parent 9f9e9aa commit 50d40a7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: "Host documentation at a /docs subpath using Cloudflare Workers"
55

66
## Create Cloudflare Worker
77

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

1212
<Frame>
1313
<img alt="Create a Cloudflare worker" src="/images/cloudflare/worker.png" />
@@ -27,7 +27,7 @@ prepended to the domain.
2727
/>
2828
</Frame>
2929

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

@@ -77,4 +77,4 @@ async function handleRequest(request) {
7777
```
7878

7979
Click on `Deploy` and wait for the changes to propagate (it can take up to a few
80-
hours).
80+
hours).

settings/authentication.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Customize how your team can login to your Mintlify dashboard"
44
icon: 'user-unlock'
55
---
66

7-
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!
7+
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!
88

99
<Note>
1010
SSO functionality is available on our Enterprise plan. [Contact
@@ -20,7 +20,7 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
2020
Under `Applications`, click to create a new app integration using SAML 2.0.
2121
</Step>
2222
<Step title="Configure integration">
23-
Enter the following:
23+
Enter the following details:
2424
* Single sign-on URL (provided by Mintlify)
2525
* Audience URI (provided by Mintlify)
2626
* Name ID Format: `EmailAddress`
@@ -31,7 +31,7 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
3131
| `lastName` | Basic | `user.lastName` |
3232
</Step>
3333
<Step title="Send us your IdP information">
34-
Once the application is set up, navigate to the sign-on tab and send us the metadata URL.
34+
Once the application is set up, navigate to the Sign On tab and send us the metadata URL.
3535
We'll enable the connection from our side using this information.
3636
</Step>
3737
</Steps>
@@ -40,14 +40,14 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
4040
<Steps>
4141
<Step title="Create an application">
4242
Under `Applications`, click to create a new app integration using OIDC.
43-
You should choose the `Web Application` application type.
43+
Select the `Web Application` application type.
4444
</Step>
4545
<Step title="Configure integration">
4646
Select the authorization code grant type and enter the Redirect URI provided by Mintlify.
4747
</Step>
4848
<Step title="Send us your IdP information">
49-
Once the application is set up, navigate to the General tab and locate the client ID & client secret.
50-
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.
49+
Once the application is set up, navigate to the General tab and locate the client ID and client secret.
50+
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.
5151
</Step>
5252
</Steps>
5353
</Tab>
@@ -65,13 +65,13 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
6565
</Frame>
6666
</Step>
6767
<Step title="Send us your IdP information">
68-
Copy the provided SSO URL, Entity ID, and x509 certificate and send it to the Mintlify team.
68+
Copy the provided SSO URL, Entity ID, and X.509 certificate and send them to the Mintlify team.
6969
<Frame>
7070
![](/images/gsuite-saml-metadata.png)
7171
</Frame>
7272
</Step>
7373
<Step title="Configure integration">
74-
On the Service provider details page, enter the following:
74+
On the Service Provider Details page, enter the following:
7575
* ACS URL (provided by Mintlify)
7676
* Entity ID (provided by Mintlify)
7777
* Name ID format: `EMAIL`
@@ -87,9 +87,9 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use
8787
| `First name` | `firstName` |
8888
| `Last name` | `lastName` |
8989

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

95-
</Tabs>
95+
</Tabs>

0 commit comments

Comments
 (0)