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
Copy file name to clipboardExpand all lines: advanced/dashboard/sso.mdx
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,4 +91,42 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Googl
91
91
</Steps>
92
92
</Tab>
93
93
94
-
</Tabs>
94
+
<<<<<<<Updatedupstream
95
+
</Tabs>
96
+
|||||||Stashbase
97
+
</Tabs>
98
+
=======
99
+
</Tabs>
100
+
101
+
##MicrosoftEntra
102
+
103
+
<Tabs>
104
+
<Tabtitle="SAML">
105
+
<Steps>
106
+
<Steptitle="Create an application">
107
+
Under `Enterprise applications`, click to create a new application. Select "Create your own application" and choose "Integrate any other application you don't find in the gallery (Non-gallery)".
108
+
</Step>
109
+
<Steptitle="Configure SAML">
110
+
Navigate to the Single Sign-On setup page and select SAML. Under Basic SAML Configuration, enter the following:
111
+
* Identifier (Entity ID): The Audience URI provided by Mintlify
112
+
* Reply URL (Assertion Consumer Service URL): The ACS URL provided by Mintlify
113
+
114
+
</Step>
115
+
<Steptitle="Configure Attributes & Claims">
116
+
Edit the Attributes & Claims section:
117
+
* Click on the Unique User Identifier (Name ID) under Required Claim
118
+
* Change the Source attribute to use `user.primaryauthoritativeemail`
119
+
* Under Additional claims, create the following claims:
120
+
| Name | Value |
121
+
| ---- | ----- |
122
+
| `firstName` | `user.givenname` |
123
+
| `lastName` | `user.surname` |
124
+
</Step>
125
+
<Steptitle="Send us your IdP information">
126
+
Once the application is set up, navigate to the SAML Certificates section and send us the App Federation Metadata URL.
127
+
We'll enable the connection from our side using this information.
0 commit comments