Skip to content

Commit 6ee933c

Browse files
committed
fix auto-formatter madness
1 parent 2641b9a commit 6ee933c

File tree

1 file changed

+32
-27
lines changed

1 file changed

+32
-27
lines changed

advanced/dashboard/sso.mdx

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -96,31 +96,36 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Googl
9696
## Microsoft Entra
9797

9898
<Tabs>
99-
<Tab title="SAML">
100-
<Steps>
101-
<Step title="Create an application">
102-
Under `Enterprise applications`, click to create a new application.
103-
Select "Create your own application" and choose "Integrate any other
104-
application you don't find in the gallery (Non-gallery)".
105-
</Step>
106-
<Step title="Configure SAML">
107-
Navigate to the Single Sign-On setup page and select SAML. Under Basic
108-
SAML Configuration, enter the following: * Identifier (Entity ID): The
109-
Audience URI provided by Mintlify * Reply URL (Assertion Consumer
110-
Service URL): The ACS URL provided by Mintlify
111-
</Step>
112-
<Step title="Configure Attributes & Claims">
113-
Edit the Attributes & Claims section: * Click on the Unique User
114-
Identifier (Name ID) under Required Claim * Change the Source attribute
115-
to use `user.primaryauthoritativeemail` * Under Additional claims,
116-
create the following claims: | Name | Value | | ---- | ----- | |
117-
`firstName` | `user.givenname` | | `lastName` | `user.surname` |
118-
</Step>
119-
<Step title="Send us your IdP information">
120-
Once the application is set up, navigate to the SAML Certificates
121-
section and send us the App Federation Metadata URL. We'll enable the
122-
connection from our side using this information.
123-
</Step>
124-
</Steps>
125-
</Tab>
99+
<Tab title="SAML">
100+
<Steps>
101+
<Step title="Create an application">
102+
Under `Enterprise applications`, click to create a new application.
103+
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 click Save.
111+
</Step>
112+
<Step title="Configure Attributes & Claims">
113+
Edit the Attributes & Claims section:
114+
* Click on the Unique User Identifier (Name ID) under Required Claim
115+
* Change the Source attribute to use `user.primaryauthoritativeemail`
116+
* 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 us 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>
126131
</Tabs>

0 commit comments

Comments
 (0)