Skip to content

Commit 384eb9f

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into fix-github-action
2 parents 9b0cbef + 38a4dfe commit 384eb9f

32 files changed

+352
-132
lines changed

articles/active-directory-b2c/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
items:
7777
- name: App integration
7878
items:
79-
- name: Register an OIDC application
79+
- name: Register an application
8080
href: tutorial-register-applications.md
8181
- name: Register a SAML service provider
8282
href: connect-with-saml-service-providers.md
@@ -282,6 +282,11 @@
282282
items:
283283
- name: Localization string IDs
284284
href: localization-string-ids.md
285+
- name: DisplayControls
286+
href: display-controls.md
287+
items:
288+
- name: Verification
289+
href: display-control-verification.md
285290
- name: ClaimsProviders
286291
href: claimsproviders.md
287292
items:
@@ -320,11 +325,6 @@
320325
href: active-directory-b2c-reference-sso-custom.md
321326
- name: Validation
322327
href: validation-technical-profile.md
323-
- name: DisplayControls
324-
href: display-controls.md
325-
items:
326-
- name: Verification
327-
href: display-control-verification.md
328328
- name: UserJourneys
329329
href: userjourneys.md
330330
- name: RelyingParty

articles/active-directory-b2c/active-directory-b2c-reference-oauth-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Now that you've acquired an authorization code, you can redeem the `code` for a
9898
You can also request an access token for your app's own back-end Web API by convention of using the app's client ID as the requested scope (which will result in an access token with that client ID as the "audience"):
9999

100100
```HTTP
101-
POST {tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/token HTTP/1.1
102-
Host: {tenant}.b2clogin.com
101+
POST https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/token HTTP/1.1
102+
103103
Content-Type: application/x-www-form-urlencoded
104104
105105
grant_type=authorization_code&client_id=90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6&scope=90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6 offline_access&code=AwABAAAAvPM1KaPlrEqdFSBzjqfTGBCmLdgfSTLEMPGYuNHSUYBrq...&redirect_uri=urn:ietf:wg:oauth:2.0:oob
@@ -165,8 +165,8 @@ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik5HVEZ2ZEstZn
165165
Access tokens and ID tokens are short-lived. After they expire, you must refresh them to continue to access resources. To do this, submit another POST request to the `/token` endpoint. This time, provide the `refresh_token` instead of the `code`:
166166

167167
```HTTP
168-
POST {tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/token HTTP/1.1
169-
Host: {tenant}.b2clogin.com
168+
POST https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/token HTTP/1.1
169+
170170
Content-Type: application/x-www-form-urlencoded
171171
172172
grant_type=refresh_token&client_id=90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6&scope=90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6 offline_access&refresh_token=AwABAAAAvPM1KaPlrEqdFSBzjqfTGBCmLdgfSTLEMPGYuNHSUYBrq...&redirect_uri=urn:ietf:wg:oauth:2.0:oob

articles/active-directory/develop/authentication-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ By default, MSAL uses the system browser except for .NET Framework desktop appli
165165
- See the [Microsoft identity platform developer glossary](developer-glossary.md) to get familiar with common terms.
166166
- See [Authentication flows and app scenarios](authentication-flows-app-scenarios.md) to learn more about other scenarios for authenticating users supported by the Microsoft identity platform.
167167
- See [MSAL libraries](msal-overview.md) to learn about the Microsoft libraries that help you develop applications that work with Microsoft Accounts, Azure AD accounts, and Azure AD B2C users all in a single, streamlined programming model.
168-
- See [Integrate App Service with Microsfot identity platform](/azure/app-service/configure-authentication-provider-aad) to learn how to configure authentication for your App Service app.
168+
- See [Integrate App Service with Microsoft identity platform](/azure/app-service/configure-authentication-provider-aad) to learn how to configure authentication for your App Service app.

articles/active-directory/saas-apps/contractsafe-saml2-sso-tutorial.md

Lines changed: 54 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -19,143 +19,140 @@ ms.author: jeedes
1919
ms.collection: M365-identity-device-management
2020
---
2121

22-
# Tutorial: Azure Active Directory single sign-on (SSO) integration with ContractSafe Saml2 SSO
22+
# Tutorial: Integrate Azure Active Directory single sign-on (SSO) with ContractSafe Saml2 SSO
2323

2424
In this tutorial, you'll learn how to integrate ContractSafe Saml2 SSO with Azure Active Directory (Azure AD). When you integrate ContractSafe Saml2 SSO with Azure AD, you can:
2525

26-
* Control in Azure AD who has access to ContractSafe Saml2 SSO.
27-
* Enable your users to be automatically signed-in to ContractSafe Saml2 SSO with their Azure AD accounts.
28-
* Manage your accounts in one central location - the Azure portal.
26+
* Control who has access to ContractSafe Saml2 SSO in Azure AD.
27+
* Enable your users to automatically sign in to ContractSafe Saml2 SSO with their Azure AD accounts.
28+
* Manage your accounts in one central location: the Azure portal.
2929

30-
To learn more about SaaS app integration with Azure AD, see [What is application access and single sign-on with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis).
30+
To learn more about software as a service (SaaS) app integration with Azure AD, see [What is application access and single sign-on with Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis).
3131

3232
## Prerequisites
3333

34-
To get started, you need the following items:
34+
To get started, you need:
3535

3636
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
37-
* ContractSafe Saml2 SSO single sign-on (SSO) enabled subscription.
37+
* A ContractSafe Saml2 SSO subscription with SSO enabled.
3838

3939
## Scenario description
4040

41-
In this tutorial, you configure and test Azure AD SSO in a test environment.
41+
In this tutorial, you configure and test Azure AD SSO in a test environment. ContractSafe Saml2 SSO supports **IDP**-initiated SSO.
4242

43-
* ContractSafe Saml2 SSO supports **IDP** initiated SSO
44-
45-
## Adding ContractSafe Saml2 SSO from the gallery
43+
## Add ContractSafe Saml2 SSO from the gallery
4644

4745
To configure the integration of ContractSafe Saml2 SSO into Azure AD, you need to add ContractSafe Saml2 SSO from the gallery to your list of managed SaaS apps.
4846

49-
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
47+
1. Sign in to the [Azure portal](https://portal.azure.com) by using either a work or school account or a personal Microsoft account.
5048
1. On the left navigation pane, select the **Azure Active Directory** service.
51-
1. Navigate to **Enterprise Applications** and then select **All Applications**.
52-
1. To add new application, select **New application**.
49+
1. Go to **Enterprise Applications**, and then select **All Applications**.
50+
1. To add a new application, select **New application**.
5351
1. In the **Add from the gallery** section, type **ContractSafe Saml2 SSO** in the search box.
54-
1. Select **ContractSafe Saml2 SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
52+
1. Select **ContractSafe Saml2 SSO** from the results panel, and then add the app. Wait a few seconds while the app is added to your tenant.
5553

56-
## Configure and test Azure AD single sign-on for ContractSafe Saml2 SSO
54+
## Configure and test Azure AD SSO for ContractSafe Saml2 SSO
5755

58-
Configure and test Azure AD SSO with ContractSafe Saml2 SSO using a test user called **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in ContractSafe Saml2 SSO.
56+
Configure and test Azure AD SSO with ContractSafe Saml2 SSO by using a test user called **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in ContractSafe Saml2 SSO.
5957

6058
To configure and test Azure AD SSO with ContractSafe Saml2 SSO, complete the following building blocks:
6159

62-
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
63-
* **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
64-
* **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
65-
1. **[Configure ContractSafe Saml2 SSO](#configure-contractsafe-saml2-sso)** - to configure the single sign-on settings on application side.
66-
* **[Create ContractSafe Saml2 SSO test user](#create-contractsafe-saml2-sso-test-user)** - to have a counterpart of B.Simon in ContractSafe Saml2 SSO that is linked to the Azure AD representation of user.
67-
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
60+
1. [Configure Azure AD SSO](#configure-azure-ad-sso) to enable your users to use this feature.
61+
* [Create an Azure AD test user](#create-an-azure-ad-test-user) to test Azure AD SSO by using the **B.Simon** account.
62+
* [Assign the Azure AD test user](#assign-the-azure-ad-test-user) to enable **B.Simon** to use Azure AD SSO.
63+
64+
1. [Configure ContractSafe Saml2 SSO](#configure-contractsafe-saml2-sso) to configure the SSO settings on application side.
65+
* [Create a ContractSafe Saml2 SSO test user](#create-a-contractsafe-saml2-sso-test-user) to have a counterpart of **B.Simon** in ContractSafe Saml2 SSO that is linked to the Azure AD representation of the user.
66+
2. [Test SSO](#test-sso) to verify whether the configuration works.
6867

6968
## Configure Azure AD SSO
7069

71-
Follow these steps to enable Azure AD SSO in the Azure portal.
70+
Follow these steps to enable Azure AD SSO in the Azure portal:
7271

7372
1. In the [Azure portal](https://portal.azure.com/), on the **ContractSafe Saml2 SSO** application integration page, find the **Manage** section and select **single sign-on**.
7473
1. On the **Select a single sign-on method** page, select **SAML**.
75-
1. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
74+
1. On the **Set up single sign-on with SAML** page, select the edit (pen) icon for **Basic SAML Configuration** to edit the settings.
7675

7776
![Edit Basic SAML Configuration](common/edit-urls.png)
7877

79-
1. On the **Set up single sign-on with SAML** page, enter the values for the following fields:
78+
1. On the **Set up single sign-on with SAML** page, enter the following values in the corresponding fields:
8079

81-
a. In the **Identifier** text box, type a URL using the following pattern:
80+
a. In the **Identifier** text box, enter a URL by using the following format:
8281
`https://app.contractsafe.com/saml2_auth/<UNIQUEID>/acs/`
8382

84-
b. In the **Reply URL** text box, type a URL using the following pattern:
83+
b. In the **Reply URL** text box, enter a URL by using the following format:
8584
`https://app.contractsafe.com/saml2_auth/<UNIQUEID>/acs/`
8685

8786
> [!NOTE]
88-
> These values are not real. Update these values with the actual Identifier and Reply URL. Contact [ContractSafe Saml2 SSO Client support team](mailto:[email protected]) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
87+
> These values aren't real. Update these values with the actual identifier and reply URL. Contact the [ContractSafe Saml2 SSO Client support team](mailto:[email protected]) to get these values. You can also refer to the formats shown in the **Basic SAML Configuration** section in the Azure portal.
8988

90-
1. ContractSafe Saml2 SSO application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows the list of default attributes.
89+
1. ContractSafe Saml2 SSO expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows the list of default attributes.
9190

92-
![image](common/default-attributes.png)
91+
![Common default attributes](common/default-attributes.png)
9392

94-
1. In addition to above, ContractSafe Saml2 SSO application expects few more attributes to be passed back in SAML response which are shown below. These attributes are also pre populated but you can review them as per your requirements.
93+
1. In addition to the default attributes, the ContractSafe Saml2 SSO application expects a few more attributes to be passed back in the SAML response. These attributes are pre-populated, but you can review them according to your requirements. The following list shows the additional attributes.
9594

96-
| Name | Source Attribute|
95+
| Name | Source attribute|
9796
| ---------------| --------------- |
9897
| emailname | user.userprincipalname |
9998
| email | user.onpremisesuserprincipalname |
10099

101-
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Federation Metadata XML** and select **Download** to download the certificate and save it on your computer.
100+
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Federation Metadata XML**. Select **Download** to download the certificate, and then save it on your computer.
102101

103102
![The Certificate download link](common/metadataxml.png)
104103

105-
1. On the **Set up ContractSafe Saml2 SSO** section, copy the appropriate URL(s) based on your requirement.
104+
1. In the **Set up ContractSafe Saml2 SSO** section, copy the appropriate URL(s) based on your requirement.
106105

107106
![Copy configuration URLs](common/copy-configuration-urls.png)
108107

109-
### Create an Azure AD test user
108+
## Create an Azure AD test user
110109

111-
In this section, you'll create a test user in the Azure portal called B.Simon.
110+
In this section, you'll create a test user in the Azure portal called **B.Simon**.
112111

113-
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
112+
1. From the left pane in the Azure portal, select **Azure Active Directory**. Select **Users**, and then select **All users**.
114113
1. Select **New user** at the top of the screen.
115114
1. In the **User** properties, follow these steps:
116115
1. In the **Name** field, enter `B.Simon`.
117-
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
116+
1. In the **User name** field, enter an email address in the `[email protected]` format. An example is `[email protected]`.
118117
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
119-
1. Click **Create**.
118+
1. Select **Create**.
120119

121-
### Assign the Azure AD test user
120+
## Assign the Azure AD test user
122121

123-
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to ContractSafe Saml2 SSO.
122+
In this section, you'll enable **B.Simon** to use Azure SSO by granting access to ContractSafe Saml2 SSO.
124123

125124
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
126125
1. In the applications list, select **ContractSafe Saml2 SSO**.
127-
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
126+
1. In the app's overview page, find the **Manage** section, and then select **Users and groups**.
128127

129128
![The "Users and groups" link](common/users-groups-blade.png)
130129

131-
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
130+
1. Select **Add user**, and then select **Users and groups** in the **Add Assignment** dialog box.
132131

133-
![The Add User link](common/add-assign-user.png)
132+
![The Add User link](common/add-assign-user.png)
134133

135-
1. In the **Users and groups** dialog, select **B.Simon** from the Users list, then click the **Select** button at the bottom of the screen.
136-
1. If you're expecting any role value in the SAML assertion, in the **Select Role** dialog, select the appropriate role for the user from the list and then click the **Select** button at the bottom of the screen.
137-
1. In the **Add Assignment** dialog, click the **Assign** button.
134+
1. In the **Users and groups** dialog box, select **B.Simon** from the **Users** list. Then, select the **Select** button at the bottom of the screen.
135+
1. If you're expecting any role value in the SAML assertion, in the **Select Role** dialog box, select the appropriate role for the user from the list. Then, choose the **Select** button at the bottom of the screen.
136+
1. In the **Add Assignment** dialog box, select the **Assign** button.
138137

139138
## Configure ContractSafe Saml2 SSO
140139

141-
To configure single sign-on on **ContractSafe Saml2 SSO** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [ContractSafe Saml2 SSO support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
140+
To configure SSO on the **ContractSafe Saml2 SSO** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from the Azure portal to the [ContractSafe Saml2 SSO support team](mailto:[email protected]). The team is responsible for setting the SAML SSO connection properly on both sides.
142141

143-
### Create ContractSafe Saml2 SSO test user
142+
## Create a ContractSafe Saml2 SSO test user
144143

145-
In this section, you create a user called B.Simon in ContractSafe Saml2 SSO. Work with [ContractSafe Saml2 SSO support team](mailto:[email protected]) to add the users in the ContractSafe Saml2 SSO platform. Users must be created and activated before you use single sign-on.
144+
Create a user called B.Simon in ContractSafe Saml2 SSO. Work with the [ContractSafe Saml2 SSO support team](mailto:[email protected]) to add the users in the ContractSafe Saml2 SSO platform. Users must be created and activated before you use SSO.
146145

147146
## Test SSO
148147

149-
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
150-
151-
When you click the ContractSafe Saml2 SSO tile in the Access Panel, you should be automatically signed in to the ContractSafe Saml2 SSO for which you set up SSO. For more information about the Access Panel, see [Introduction to the Access Panel](https://docs.microsoft.com/azure/active-directory/active-directory-saas-access-panel-introduction).
148+
Test your Azure AD SSO configuration by using the Access Panel. When you select the ContractSafe Saml2 SSO tile in the Access Panel, you should be automatically signed in to the ContractSafe Saml2 SSO for which you set up SSO. For more information about the Access Panel, see [Introduction to the Access Panel](https://docs.microsoft.com/azure/active-directory/active-directory-saas-access-panel-introduction).
152149

153150
## Additional resources
154151

155-
- [ List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory ](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
152+
- [ List of tutorials on how to integrate SaaS apps with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
156153

157-
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
154+
- [What is application access and single sign-on with Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
158155

159156
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
160157

161-
- [Try ContractSafe Saml2 SSO with Azure AD](https://aad.portal.azure.com/)
158+
- [Try ContractSafe Saml2 SSO with Azure AD](https://aad.portal.azure.com/)

0 commit comments

Comments
 (0)