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/custom-policy-get-started.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
@@ -134,7 +134,7 @@ Next, specify that the application should be treated as a public client:
134
134
135
135
1. Under **Manage**, select **Authentication**.
136
136
1. Select **Try out the new experience** (if shown).
137
-
1. Under **Advanced settings**, enable **Treat application as a public client** (select **Yes**).
137
+
1. Under **Advanced settings**, enable **Treat application as a public client** (select **Yes**). Ensure that **"allowPublicClient": true** is set in the application manifest.
138
138
1. Select **Save**.
139
139
140
140
Now, grant permissions to the API scope you exposed earlier in the *IdentityExperienceFramework* registration:
Copy file name to clipboardExpand all lines: articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,10 @@ In addition to the Microsoft apps, administrators can add any Azure AD registere
115
115
-[Custom applications not in the gallery](../manage-apps/add-non-gallery-app.md)
116
116
-[Legacy applications published through app delivery controllers and networks](../manage-apps/secure-hybrid-access.md)
117
117
118
+
> [!NOTE]
119
+
> Since Conditional access policy sets the requirements for accessing a service you are not able to apply it to a client (public/native) application. Other words the policy is not set directly on a client (public/native) application, but is applied when a client calls a service. For example, a policy set on SharePoint service applies to the clients calling SharePoint. A policy set on Exchange applies to the attempt to access the email using Outlook client. That is why client (public/native) applications are not available for selection in the Cloud Apps picker and Conditional Access option is not available in the application settings for the client (public/native) application registered in your tenant.
120
+
121
+
118
122
## User actions
119
123
120
124
User actions are tasks that can be performed by a user. The only currently supported action is **Register security information**, which allows Conditional Access policy to enforce when users who are enabled for combined registration attempt to register their security information. More information can be found in the article, [Combined security information registration](../authentication/concept-registration-mfa-sspr-combined.md).
Copy file name to clipboardExpand all lines: articles/active-directory/develop/active-directory-v2-protocols.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
@@ -18,7 +18,7 @@ ms.custom: aaddev
18
18
19
19
# OAuth 2.0 and OpenID Connect protocols on Microsoft identity platform
20
20
21
-
The Microsoft identity platform endpoint for identity-as-a-service with industry standard protocols, OpenID Connect (OIDC) and OAuth 2.0. While the service is standards-compliant, there can be subtle differences between any two implementations of these protocols. The information here will be useful if you choose to write your code by directly sending and handling HTTP requests or use a third-party open-source library, rather than using one of our [open-source libraries](reference-v2-libraries.md).
21
+
The Microsoft identity platform endpoint for identity-as-a-service implements authentication and authorization with industry standard protocols OpenID Connect (OIDC) and OAuth 2.0, respectively. While the service is standards-compliant, there can be subtle differences between any two implementations of these protocols. The information here will be useful if you choose to write your code by directly sending and handling HTTP requests or use a third-party open-source library, rather than using one of our [open-source libraries](reference-v2-libraries.md).
Copy file name to clipboardExpand all lines: articles/active-directory/develop/single-sign-on-saml-protocol.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@ The `Scoping` element, which includes a list of identity providers, is optional
89
89
If provided, don't include the `ProxyCount` attribute, `IDPListOption` or `RequesterID` element, as they aren't supported.
90
90
91
91
### Signature
92
-
Don't include a `Signature` element in `AuthnRequest` elements, as Azure AD does not support signed authentication requests.
92
+
Don't include a `Signature` element in `AuthnRequest` elements. Azure AD does not validate signed authentication requests. Requestor verification is provided for by only responding to registered Assertion Consumer Service URLs.
93
93
94
94
### Subject
95
-
Azure AD ignores the `Subject` element of `AuthnRequest` elements.
95
+
Don't include a `Subject` element. Azure AD doesn't support specifying a subject for a request and will return an error if one is provided.
96
96
97
97
## Response
98
98
When a requested sign-on completes successfully, Azure AD posts a response to the cloud service. A response to a successful sign-on attempt looks like the following sample:
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with Bizagi Studio for Digital Process Automation | Microsoft Docs'
3
-
description: Learn how to configure single sign-on between Azure Active Directory and Bizagi Studio for Digital Process Automation.
2
+
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with Bizagi for Digital Process Automation | Microsoft Docs'
3
+
description: Learn how to configure single sign-on between Azure Active Directory and Bizagi for Digital Process Automation.
4
4
services: active-directory
5
5
documentationCenter: na
6
6
author: jeevansd
@@ -19,12 +19,12 @@ 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 Bizagi Studio for Digital Process Automation
22
+
# Tutorial: Azure Active Directory single sign-on (SSO) integration with Bizagi for Digital Process Automation
23
23
24
-
In this tutorial, you'll learn how to integrate Bizagi Studio for Digital Process Automation with Azure Active Directory (Azure AD). When you integrate Bizagi Studio for Digital Process Automation with Azure AD, you can:
24
+
In this tutorial, you'll learn how to integrate Bizagi for Digital Process Automation Services or Server with Azure Active Directory (Azure AD). When you integrate Bizagi for Digital Process Automation with Azure AD, you can:
25
25
26
-
* Control in Azure AD who has access to Bizagi Studio for Digital Process Automation.
27
-
* Enable your users to be automatically signed-in to Bizagi Studio for Digital Process Automation with their Azure AD accounts.
26
+
* Control in Azure AD who has access to a Bizagi project for Digital Process Automation Services or Server.
27
+
* Enable your users to be automatically signed-in to a project of Bizagi for Digital Process AutomationServices or Server with their Azure AD accounts.
28
28
* Manage your accounts in one central location - the Azure portal.
29
29
30
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).
@@ -34,65 +34,74 @@ To learn more about SaaS app integration with Azure AD, see [What is application
34
34
To get started, you need the following items:
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
-
* Bizagi Studio for Digital Process Automation single sign-on (SSO) enabled subscription.
37
+
* A Bizagi project using Automation Services or Server.
38
+
* Have your own certificates for SAML assertion signatures. This certificates must be generate in p12 or pfx format.
39
+
* Have a metadata file in XML format generated from the Bizagi project.
38
40
39
41
## Scenario description
40
42
41
-
In this tutorial, you configure and test Azure AD SSO in a test environment.
43
+
In this tutorial, you configure and test Azure AD SSO in a Bizagi project using Automation services or server.
42
44
43
-
* Bizagi Studio for Digital Process Automation supports **SP** initiated SSO
44
-
* Once you configure Bizagi Studio for Digital Process Automation you can enforce session controls, which protect exfiltration and infiltration of your organization’s sensitive data in real-time. Session control extend from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](https://docs.microsoft.com/cloud-app-security/proxy-deployment-any-app).
45
+
* Bizagi for Digital Process Automation supports **SP** initiated SSO
46
+
* Once you configure Bizagi for Digital Process Automation you can enforce session controls, which protect exfiltration and infiltration of your organization’s sensitive data in real-time. Session control extend from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](https://docs.microsoft.com/cloud-app-security/proxy-deployment-any-app).
45
47
46
-
## Adding Bizagi Studio for Digital Process Automation from the gallery
48
+
## Adding Bizagi for Digital Process Automation from the gallery
47
49
48
-
To configure the integration of Bizagi Studio for Digital Process Automation into Azure AD, you need to add Bizagi Studio for Digital Process Automation from the gallery to your list of managed SaaS apps.
50
+
To configure the integration of Bizagi for Digital Process Automation into Azure AD, you need to add Bizagi for Digital Process Automation from the gallery to your list of managed SaaS apps.
49
51
50
52
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
51
53
1. On the left navigation pane, select the **Azure Active Directory** service.
52
54
1. Navigate to **Enterprise Applications** and then select **All Applications**.
53
55
1. To add new application, select **New application**.
54
-
1. In the **Add from the gallery** section, type **Bizagi Studio for Digital Process Automation** in the search box.
55
-
1. Select **Bizagi Studio for Digital Process Automation** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
56
+
1. In the **Add from the gallery** section, type **Bizagi for Digital Process Automation** in the search box.
57
+
1. Select **Bizagi for Digital Process Automation** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
56
58
57
-
## Configure and test Azure AD single sign-on for Bizagi Studio for Digital Process Automation
59
+
## Configure and test Azure AD single sign-on for Bizagi for Digital Process Automation
58
60
59
-
Configure and test Azure AD SSO with Bizagi Studio for Digital Process Automation 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 Bizagi Studio for Digital Process Automation.
61
+
Configure and test Azure AD SSO with Bizagi for Digital Process Automation 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 the Bizagi project.
60
62
61
-
To configure and test Azure AD SSO with Bizagi Studio for Digital Process Automation, complete the following building blocks:
63
+
To configure and test Azure AD SSO with Bizagi for Digital Process Automation, complete the following building blocks:
62
64
63
65
1.**[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
64
-
1.**[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
66
+
1.**[Create an Azure AD test user](#create-an-azure-ad-test)** - to test Azure AD single sign-on with B.Simon.
65
67
1.**[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
66
-
1.**[Configure Bizagi Studio for Digital Process Automation SSO](#configure-bizagi-studio-for-digital-process-automation-sso)** - to configure the single sign-on settings on application side.
67
-
1.**[Create Bizagi Studio for Digital Process Automation test user](#create-bizagi-studio-for-digital-process-automation-test-user)** - to have a counterpart of B.Simon in Bizagi Studio for Digital Process Automation that is linked to the Azure AD representation of user.
68
+
1.**[Configure Bizagi for Digital Process Automation SSO](#configure-bizagi-for-digital-process-automation-sso)** - to configure the single sign-on settings on application side.
69
+
1.**[Create Bizagi for Digital Process Automation test user](#create-bizagi-for-digital-process-automation-test-user)** - to have a counterpart of B.Simon in Bizagi for Digital Process Automation that is linked to the Azure AD representation of user.
68
70
1.**[Test SSO](#test-sso)** - to verify whether the configuration works.
69
71
70
72
## Configure Azure AD SSO
71
73
72
74
Follow these steps to enable Azure AD SSO in the Azure portal.
73
75
74
-
1. In the [Azure portal](https://portal.azure.com/), on the **Bizagi Studio for Digital Process Automation** application integration page, find the **Manage** section and select **single sign-on**.
76
+
1. In the [Azure portal](https://portal.azure.com/), on the **Bizagi for Digital Process Automation** application integration page, find the **Manage** section and select **single sign-on**.
75
77
1. On the **Select a single sign-on method** page, select **SAML**.
76
-
1. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
78
+
1. Upload the Bizagi metadata file in the **Upload metadata file** option.
79
+
1. Review the configuration. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
1. On the **Basic SAML Configuration** section, enter the values for the following fields:
81
84
82
-
a. In the **Sign on URL** text box, type a URL:
85
+
a. In the **Sign on URL** text box, type the URL of your Bizagi project:
83
86
`https://<COMPANYNAME>.bizagi.com/<PROJECTNAME>`
84
87
85
-
b. In the **Identifier (Entity ID)** text box, type a URL:
88
+
b. In the **Identifier (Entity ID)** text box, type the URL of your Bizagi project:
86
89
`https://<COMPANYNAME>.bizagi.com/<PROJECTNAME>`
87
90
88
91
> [!NOTE]
89
-
> These values are not real. Update these values with the actual Sign-on URL and Identifier. Contact [Bizagi Studio for Digital Process Automation 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.
92
+
> These values are not real. Update these values with the actual Sign-on URL and Identifier. Contact [Bizagi for Digital Process Automation 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.
90
93
91
94
1. On the **Set up single sign-on with SAML** page, In the **SAML Signing Certificate** section, click copy button to copy **App Federation Metadata Url** and save it on your computer.
This metadata URL must be registered in the authentication options of your Bizagi project.
99
+
100
+
1. On the **Set up single sign-on with SAML**page, click the edit/pen icon for **User Attributes & Claims** to edit the Unique User Identifier.
101
+
102
+
Set the Unique User Identifier as the user.mail.
94
103
95
-
### Create an Azure AD test user
104
+
### Create an Azure AD test
96
105
97
106
In this section, you'll create a test user in the Azure portal called B.Simon.
98
107
@@ -106,10 +115,10 @@ In this section, you'll create a test user in the Azure portal called B.Simon.
106
115
107
116
### Assign the Azure AD test user
108
117
109
-
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Bizagi Studio for Digital Process Automation.
118
+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Bizagi for Digital Process Automation.
110
119
111
120
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
112
-
1. In the applications list, select **Bizagi Studio for Digital Process Automation**.
121
+
1. In the applications list, select **Bizagi for Digital Process Automation**.
113
122
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
114
123
115
124

@@ -122,19 +131,19 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
122
131
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.
123
132
1. In the **Add Assignment** dialog, click the **Assign** button.
124
133
125
-
## Configure Bizagi Studio for Digital Process Automation SSO
134
+
## Configure Bizagi for Digital Process Automation SSO
126
135
127
-
To configure single sign-on on **Bizagi Studio for Digital Process Automation** side, you need to send the **App Federation Metadata Url** to [Bizagi Studio for Digital Process Automation support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
136
+
To configure single sign-on on **Bizagi for Digital Process Automation** side, you need to send the **App Federation Metadata Url** to [Bizagi for Digital Process Automation support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
128
137
129
-
### Create Bizagi Studio for Digital Process Automation test user
138
+
### Create Bizagi for Digital Process Automation test user
130
139
131
-
In this section, you create a user called Britta Simon in Bizagi Studio for Digital Process Automation. Work with [Bizagi Studio for Digital Process Automation support team](mailto:[email protected]) to add the users in the Bizagi Studio for Digital Process Automation platform. Users must be created and activated before you use single sign-on.
140
+
In this section, you create a user called Britta Simon in Bizagi for Digital Process Automation. Work with [Bizagi for Digital Process Automation support team](mailto:[email protected]) to add the users in the Bizagi for Digital Process Automation platform. Users must be created and activated before you use single sign-on.
132
141
133
142
## Test SSO
134
143
135
144
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
136
145
137
-
When you click the Bizagi Studio for Digital Process Automation tile in the Access Panel, you should be automatically signed in to the Bizagi Studio for Digital Process Automation 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).
146
+
When you click the Bizagi for Digital Process Automation tile in the Access Panel, you should be automatically signed in to the portal of Bizagi for Digital Process Automation 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).
138
147
139
148
## Additional resources
140
149
@@ -144,6 +153,6 @@ When you click the Bizagi Studio for Digital Process Automation tile in the Acce
144
153
145
154
-[What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
146
155
147
-
-[Try Bizagi Studio for Digital Process Automation with Azure AD](https://aad.portal.azure.com/)
156
+
-[Try Bizagi for Digital Process Automation with Azure AD](https://aad.portal.azure.com/)
148
157
149
-
-[What is session control in Microsoft Cloud App Security?](https://docs.microsoft.com/cloud-app-security/proxy-intro-aad)
158
+
-[What is session control in Microsoft Cloud App Security?](https://docs.microsoft.com/cloud-app-security/proxy-intro-aad)
In this command, replace `<3_X_VERSION>` with a supported 3.x version of the package.
89
90
90
91
1. In *Program.cs*, add a `using` statement:
91
92
92
93
```cs
93
94
usingMicrosoft.Extensions.Logging;
94
95
```
95
96
96
-
In this command, replace `<3_X_VERSION>` with a supported 3.x version of the package.
97
-
98
97
1. Call the [`ConfigureLogging`](/dotnet/api/microsoft.aspnetcore.hosting.webhostbuilderextensions.configurelogging) method on [`HostBuilder`](/dotnet/api/microsoft.extensions.hosting.hostbuilder). The [`AddConsole`](/dotnet/api/microsoft.extensions.logging.consoleloggerextensions.addconsole) method adds console logging to the configuration.
0 commit comments