Skip to content

Commit a6cef75

Browse files
authored
Merge pull request #115971 from SyntaxC4/microsoft/azure-docs/Migrations
Pulling Commits from Microsoft/azure-docs
2 parents 02b93e3 + e9d21ec commit a6cef75

15 files changed

+76
-57
lines changed

articles/active-directory-b2c/custom-policy-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Next, specify that the application should be treated as a public client:
134134

135135
1. Under **Manage**, select **Authentication**.
136136
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.
138138
1. Select **Save**.
139139

140140
Now, grant permissions to the API scope you exposed earlier in the *IdentityExperienceFramework* registration:

articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ In addition to the Microsoft apps, administrators can add any Azure AD registere
115115
- [Custom applications not in the gallery](../manage-apps/add-non-gallery-app.md)
116116
- [Legacy applications published through app delivery controllers and networks](../manage-apps/secure-hybrid-access.md)
117117

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+
118122
## User actions
119123

120124
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).

articles/active-directory/develop/active-directory-v2-protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: aaddev
1818

1919
# OAuth 2.0 and OpenID Connect protocols on Microsoft identity platform
2020

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).
2222

2323
## The basics
2424

articles/active-directory/develop/single-sign-on-saml-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ The `Scoping` element, which includes a list of identity providers, is optional
8989
If provided, don't include the `ProxyCount` attribute, `IDPListOption` or `RequesterID` element, as they aren't supported.
9090

9191
### 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.
9393

9494
### 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.
9696

9797
## Response
9898
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:
Lines changed: 44 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
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.
44
services: active-directory
55
documentationCenter: na
66
author: jeevansd
@@ -19,12 +19,12 @@ ms.author: jeedes
1919
ms.collection: M365-identity-device-management
2020
---
2121

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
2323

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:
2525

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.
2828
* Manage your accounts in one central location - the Azure portal.
2929

3030
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
3434
To get started, you need the following items:
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-
* 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.
3840

3941
## Scenario description
4042

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

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).
4547

46-
## Adding Bizagi Studio for Digital Process Automation from the gallery
48+
## Adding Bizagi for Digital Process Automation from the gallery
4749

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

5052
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
5153
1. On the left navigation pane, select the **Azure Active Directory** service.
5254
1. Navigate to **Enterprise Applications** and then select **All Applications**.
5355
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.
5658

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
5860

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

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:
6264

6365
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.
6567
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.
6870
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
6971

7072
## Configure Azure AD SSO
7173

7274
Follow these steps to enable Azure AD SSO in the Azure portal.
7375

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**.
7577
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.
7780

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

8083
1. On the **Basic SAML Configuration** section, enter the values for the following fields:
8184

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:
8386
`https://<COMPANYNAME>.bizagi.com/<PROJECTNAME>`
8487

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:
8689
`https://<COMPANYNAME>.bizagi.com/<PROJECTNAME>`
8790

8891
> [!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.
9093

9194
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.
9295

9396
![The Certificate download link](common/copy-metadataurl.png)
97+
98+
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.
94103

95-
### Create an Azure AD test user
104+
### Create an Azure AD test
96105

97106
In this section, you'll create a test user in the Azure portal called B.Simon.
98107

@@ -106,10 +115,10 @@ In this section, you'll create a test user in the Azure portal called B.Simon.
106115

107116
### Assign the Azure AD test user
108117

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

111120
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**.
113122
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
114123

115124
![The "Users and groups" link](common/users-groups-blade.png)
@@ -122,19 +131,19 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
122131
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.
123132
1. In the **Add Assignment** dialog, click the **Assign** button.
124133

125-
## Configure Bizagi Studio for Digital Process Automation SSO
134+
## Configure Bizagi for Digital Process Automation SSO
126135

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

129-
### Create Bizagi Studio for Digital Process Automation test user
138+
### Create Bizagi for Digital Process Automation test user
130139

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

133142
## Test SSO
134143

135144
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
136145

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).
138147

139148
## Additional resources
140149

@@ -144,6 +153,6 @@ When you click the Bizagi Studio for Digital Process Automation tile in the Acce
144153

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

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/)
148157

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)

articles/app-service/webjobs-sdk-get-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,14 @@ In this section, you set up console logging that uses the [ASP.NET Core logging
8686
```powershell
8787
Install-Package Microsoft.Extensions.Logging.Console -version <3_X_VERSION>
8888
```
89+
In this command, replace `<3_X_VERSION>` with a supported 3.x version of the package.
8990

9091
1. In *Program.cs*, add a `using` statement:
9192

9293
```cs
9394
using Microsoft.Extensions.Logging;
9495
```
9596

96-
In this command, replace `<3_X_VERSION>` with a supported 3.x version of the package.
97-
9897
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.
9998

10099
```cs

0 commit comments

Comments
 (0)