You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="mailto:[email protected]">contact sales</a> for more information.
9
10
</Info>
10
11
11
-
Use 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!
12
+
Use single sign-on to your dashboard via SAML and OIDC. If you use Okta, Google Workspace, or Microsoft Entra, we have provider-specific documentation for setting up SSO. If you use another provider, please [contact us](mailto:[email protected]).
12
13
13
14
## Okta
14
15
@@ -90,5 +91,41 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Googl
90
91
</Step>
91
92
</Steps>
92
93
</Tab>
94
+
</Tabs>
95
+
96
+
## Microsoft Entra
93
97
94
-
</Tabs>
98
+
<Tabs>
99
+
<Tabtitle="SAML">
100
+
<Steps>
101
+
<Steptitle="Create an application">
102
+
1. Under "Enterprise applications", select **New application**.
103
+
2. Select **Create your own application** and choose "Integrate any other application you don't find in the gallery (Non-gallery)."
104
+
</Step>
105
+
<Steptitle="Configure SAML">
106
+
Navigate to the Single Sign-On setup page and select **SAML**. Under "Basic SAML Configuration," enter the following:
107
+
* Identifier (Entity ID): The Audience URI provided by Mintlify.
108
+
* Reply URL (Assertion Consumer Service URL): The ACS URL provided by Mintlify.
109
+
110
+
Leave the other values blank and select **Save**.
111
+
</Step>
112
+
<Steptitle="Configure Attributes & Claims">
113
+
Edit the Attributes & Claims section:
114
+
1. Select **Unique User Identifier (Name ID)** under "Required Claim."
115
+
2. Change the Source attribute to use `user.primaryauthoritativeemail`.
116
+
3. Under Additional claims, create the following claims:
117
+
| Name | Value |
118
+
| ---- | ----- |
119
+
| `firstName` | `user.givenname` |
120
+
| `lastName` | `user.surname` |
121
+
</Step>
122
+
<Steptitle="Send Mintlify your IdP information">
123
+
Once the application is set up, navigate to the "SAML Certificates" section and send us the App Federation Metadata URL.
124
+
We'll enable the connection from our side using this information.
125
+
</Step>
126
+
<Steptitle="Assign Users">
127
+
Navigate to "Users and groups" in your Entra application and add the users who should have access to your dashboard.
Copy file name to clipboardExpand all lines: api-playground/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ We recommend generating your API playground from an OpenAPI specification. See [
25
25
Make sure that your OpenAPI specification file is valid using the [Swagger Editor](https://editor.swagger.io/) or [Mint CLI](https://www.npmjs.com/package/mint).
0 commit comments