From 50d40a7a8a344aa86594574ac92d50466cc06aff Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:46:26 +0000 Subject: [PATCH] Documentation edits made through Mintlify web editor --- advanced/subpath/cloudflare.mdx | 10 +++++----- settings/authentication.mdx | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/advanced/subpath/cloudflare.mdx b/advanced/subpath/cloudflare.mdx index 13ff2d841..54ea38b12 100644 --- a/advanced/subpath/cloudflare.mdx +++ b/advanced/subpath/cloudflare.mdx @@ -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. Create a Cloudflare worker @@ -27,7 +27,7 @@ prepended to the domain. /> -If you have trouble setting up a custom subdirectory, +If you have trouble setting up subdirectories, [contact our support team](mailto:sales@mintlify.com) and we'll walk you through upgrading your hosting with us. @@ -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). \ No newline at end of file diff --git a/settings/authentication.mdx b/settings/authentication.mdx index 35bb3eddc..10dcf8ba8 100644 --- a/settings/authentication.mdx +++ b/settings/authentication.mdx @@ -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! 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 Under `Applications`, click to create a new app integration using SAML 2.0. - Enter the following: + Enter the following details: * Single sign-on URL (provided by Mintlify) * Audience URI (provided by Mintlify) * Name ID Format: `EmailAddress` @@ -31,7 +31,7 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use | `lastName` | Basic | `user.lastName` | - 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. @@ -40,14 +40,14 @@ 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 OIDC. - You should choose the `Web Application` application type. + Select the `Web Application` application type. Select the authorization code grant type and enter the Redirect URI provided by Mintlify. - 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. `.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., `.okta.com`). You can send these via a secure service like 1Password or SendSafely. @@ -65,13 +65,13 @@ Mintlify supports single sign-on to your dashboard via SAML and OIDC. If you use - 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. ![](/images/gsuite-saml-metadata.png) - 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` @@ -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! - + \ No newline at end of file