Skip to content

Commit b69c3b1

Browse files
committed
Product Backlog Item 2083087: SaaS App Tutorial: MURAL Identity Update
1 parent 3da8ba6 commit b69c3b1

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed
75.6 KB
Loading

articles/active-directory/saas-apps/mural-identity-tutorial.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: saas-app-tutorial
1010
ms.workload: identity
1111
ms.topic: tutorial
12-
ms.date: 12/10/2021
12+
ms.date: 09/19/2022
1313
ms.author: jeedes
1414

1515
---
@@ -86,10 +86,12 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8686
| Name | Source Attribute|
8787
| -------- | --------- |
8888
| email | user.userprincipalname |
89+
| FirstName | user.givenname |
90+
| LastName | user.surname |
8991

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.
9193

92-
![The Certificate download link](common/certificatebase64.png)
94+
![The Certificate download link](common/certificate-base64-download.png)
9395

9496
1. On the **Set up MURAL Identity** section, copy the appropriate URL(s) based on your requirement.
9597

@@ -121,7 +123,34 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
121123

122124
## Configure MURAL Identity SSO
123125

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+
![Screenshot of showing the configuration for MURAL.](./media/mural-identity-tutorial/settings.png)
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.
143+
144+
* Email address: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress`
145+
146+
* 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.
125154
126155
### Create MURAL Identity test user
127156

0 commit comments

Comments
 (0)