Skip to content

Commit 3f96717

Browse files
Merge pull request #211843 from v-hgampala/mural-git-issue
Product Backlog Item 2083087: SaaS App Tutorial: MURAL Identity Update
2 parents 2cb7738 + c2eda54 commit 3f96717

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed
75.6 KB
Loading

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

Lines changed: 35 additions & 6 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

@@ -135,13 +164,13 @@ In this section, you test your Azure AD single sign-on configuration with follow
135164

136165
* Click on **Test this application** in Azure portal. This will redirect to MURAL Identity Sign on URL where you can initiate the login flow.
137166

138-
* Go to MURAL Identity Sign-on URL directly and initiate the login flow from there.
167+
* Go to MURAL Identity Sign on URL directly and initiate the login flow from there.
139168

140169
#### IDP initiated:
141170

142171
* Click on **Test this application** in Azure portal and you should be automatically signed in to the MURAL Identity for which you set up the SSO.
143172

144-
You can also use Microsoft My Apps to test the application in any mode. When you click the MURAL Identity tile in the My Apps, if configured in SP mode you would be redirected to the application sign on page for initiating the login flow and if configured in IDP mode, you should be automatically signed in to the MURAL Identity for which you set up the SSO. For more information about the My Apps, see [Introduction to the My Apps](../user-help/my-apps-portal-end-user-access.md).
173+
You can also use Microsoft My Apps to test the application in any mode. When you click the MURAL Identity tile in the My Apps, if configured in SP mode you would be redirected to the application sign-on page for initiating the login flow and if configured in IDP mode, you should be automatically signed in to the MURAL Identity for which you set up the SSO. For more information about the My Apps, see [Introduction to the My Apps](../user-help/my-apps-portal-end-user-access.md).
145174

146175
## Change log
147176

0 commit comments

Comments
 (0)