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-b2c/active-directory-b2c-reference-oauth-code.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ Now that you've acquired an authorization code, you can redeem the `code` for a
98
98
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"):
99
99
100
100
```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
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`:
166
166
167
167
```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
Copy file name to clipboardExpand all lines: articles/active-directory/develop/authentication-scenarios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,4 +165,4 @@ By default, MSAL uses the system browser except for .NET Framework desktop appli
165
165
- See the [Microsoft identity platform developer glossary](developer-glossary.md) to get familiar with common terms.
166
166
- 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.
167
167
- 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.
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/contractsafe-saml2-sso-tutorial.md
+54-57Lines changed: 54 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,143 +19,140 @@ ms.author: jeedes
19
19
ms.collection: M365-identity-device-management
20
20
---
21
21
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
23
23
24
24
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:
25
25
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.
29
29
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).
31
31
32
32
## Prerequisites
33
33
34
-
To get started, you need the following items:
34
+
To get started, you need:
35
35
36
36
* 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.
38
38
39
39
## Scenario description
40
40
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.
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.
48
46
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.
50
48
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**.
53
51
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.
55
53
56
-
## Configure and test Azure AD single sign-on for ContractSafe Saml2 SSO
54
+
## Configure and test Azure AD SSO for ContractSafe Saml2 SSO
57
55
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.
59
57
60
58
To configure and test Azure AD SSO with ContractSafe Saml2 SSO, complete the following building blocks:
61
59
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.
68
67
69
68
## Configure Azure AD SSO
70
69
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:
72
71
73
72
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**.
74
73
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.
> 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.
89
88
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.
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 prepopulated 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.
95
94
96
-
| Name | Source Attribute|
95
+
| Name | Source attribute|
97
96
| ---------------| --------------- |
98
97
| emailname | user.userprincipalname |
99
98
| email | user.onpremisesuserprincipalname |
100
99
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.
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**.
120
119
121
-
###Assign the Azure AD test user
120
+
## Assign the Azure AD test user
122
121
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.
124
123
125
124
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
126
125
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**.
128
127
129
128

130
129
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.
132
131
133
-

132
+

134
133
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.
138
137
139
138
## Configure ContractSafe Saml2 SSO
140
139
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.
142
141
143
-
###Create ContractSafe Saml2 SSO test user
142
+
## Create a ContractSafe Saml2 SSO test user
144
143
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.
146
145
147
146
## Test SSO
148
147
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).
152
149
153
150
## Additional resources
154
151
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)
156
153
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)
158
155
159
156
-[What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
160
157
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