@@ -4,7 +4,8 @@ description: "Customize how your team can login to your admin dashboard"
4
4
---
5
5
6
6
<Info >
7
- SSO functionality is available on our [ Enterprise plan] ( https://mintlify.com/pricing?ref=sso ) . Please{ " " }
7
+ SSO functionality is available on our [ Enterprise
8
+ plan] ( https://mintlify.com/pricing?ref=sso ) . Please{ " " }
8
9
<
a href = " mailto:[email protected] " >contact sales</
a > for more information.
9
10
</Info >
10
11
@@ -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
+ <Tab title = " SAML" >
100
+ <Steps >
101
+ <Step title = " 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
+ <Step title = " 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
+ <Step title = " 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
+ <Step title = " 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
+ <Step title = " Assign Users" >
127
+ Navigate to "Users and groups" in your Entra application and add the users who should have access to your dashboard.
128
+ </Step >
129
+ </Steps >
130
+ </Tab >
131
+ </Tabs >
0 commit comments