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: articles/active-directory/saas-apps/mural-identity-tutorial.md
+33-4Lines changed: 33 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.subservice: saas-app-tutorial
10
10
ms.workload: identity
11
11
ms.topic: tutorial
12
-
ms.date: 12/10/2021
12
+
ms.date: 09/19/2022
13
13
ms.author: jeedes
14
14
15
15
---
@@ -86,10 +86,12 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
86
86
| Name | Source Attribute|
87
87
| -------- | --------- |
88
88
| email | user.userprincipalname |
89
+
| FirstName | user.givenname |
90
+
| LastName | user.surname |
89
91
90
-
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
92
+
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (PEM)** and select **Download** to download the certificate and save it on your computer.
1. On the **Set up MURAL Identity** section, copy the appropriate URL(s) based on your requirement.
95
97
@@ -121,7 +123,34 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
121
123
122
124
## Configure MURAL Identity SSO
123
125
124
-
To configure single sign-on on **MURAL Identity** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [MURAL Identity support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
126
+
1. Log in to the MURAL Identity website as an administrator.
127
+
128
+
1. Click your **name** in the bottom left corner of the dashboard and select **Company dashboard** from the list of options.
129
+
130
+
1. Click **SSO** in the left sidebar and perform the below steps.
131
+
132
+

133
+
134
+
a. Download the **MURAL's metadata**.
135
+
136
+
b. In the **Sign in URL** textbox, paste the **Login URL** value, which you have copied from the Azure portal.
137
+
138
+
c. In the **Sign in certificate**, upload the **Certificate (PEM)**, which you have downloaded from the Azure portal.
139
+
140
+
d. Select **HTTP-POST** as the Request binding type and select **SHA256** as the Sign in algorithm type.
141
+
142
+
e. In the **Claim mapping** section, fill the following fields.
* First name: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname`
147
+
148
+
* Last name: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname`
149
+
150
+
f. Click **Test single sign-on** to test the configuration and **Save** it.
151
+
152
+
> [!NOTE]
153
+
> For more information on how to configure the SSO at MURAL, please follow [this](https://support.mural.co/articles/6224385-mural-s-azure-ad-integration) support page.
0 commit comments