Skip to content

Commit f4ff6bd

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into mvc17
2 parents 37fc60c + 88a1a7a commit f4ff6bd

File tree

163 files changed

+3522
-1270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+3522
-1270
lines changed

.markdownlint.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"default": true,
3+
"MD001": false,
4+
"MD002": false,
5+
"MD003": false,
6+
"MD004": false,
7+
"MD005": false,
8+
"MD006": false,
9+
"MD007": false,
10+
"MD009": false,
11+
"MD010": false,
12+
"MD012": false,
13+
"MD013": false,
14+
"MD014": false,
15+
"MD018": false,
16+
"MD019": false,
17+
"MD020": false,
18+
"MD021": false,
19+
"MD022": false,
20+
"MD023": false,
21+
"MD024": false,
22+
"MD025": false,
23+
"MD026": false,
24+
"MD027": false,
25+
"MD028": false,
26+
"MD029": false,
27+
"MD030": false,
28+
"MD031": false,
29+
"MD032": false,
30+
"MD033": false,
31+
"MD034": false,
32+
"MD035": false,
33+
"MD036": false,
34+
"MD037": false,
35+
"MD038": false,
36+
"MD039": false,
37+
"MD040": false,
38+
"MD041": false,
39+
"MD042": false,
40+
"MD045": false,
41+
"MD046": false,
42+
"MD047": false
43+
}

.openpublishing.redirection.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@
135135
"redirect_url": "https://docs.microsoft.com/azure/architecture/topics/high-performance-computing/",
136136
"redirect_document_id": false
137137
},
138+
{
139+
"source_path": "articles/virtual-machines/windows/new-azvm-demo.md",
140+
"redirect_url": "/azure/virtual-machines/windows/quick-create-powershell",
141+
"redirect_document_id": false
142+
},
138143
{
139144
"source_path": "articles/virtual-machines/linux/high-performance-computing.md",
140145
"redirect_url": "https://docs.microsoft.com/azure/architecture/topics/high-performance-computing/",
@@ -37273,11 +37278,6 @@
3727337278
"redirect_url": "/azure/azure-monitor/platform/activity-log-collect-tenants",
3727437279
"redirect_document_id": false
3727537280
},
37276-
{
37277-
"source_path": "articles/azure-monitor/platform/oms-portal-transition.md",
37278-
"redirect_url": "/azure/azure-monitor/overview",
37279-
"redirect_document_id": false
37280-
},
3728137281
{
3728237282
"source_path": "articles/azure-monitor/platform/oms-portal-faq.md",
3728337283
"redirect_url": "/azure/azure-monitor/overview",

articles/active-directory/conditional-access/controls.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.devlang: na
1515
ms.topic: article
1616
ms.tgt_pltfrm: na
1717
ms.workload: identity
18-
ms.date: 03/23/2019
18+
ms.date: 06/15/2019
1919
ms.author: joflore
2020
ms.reviewer: calebb
2121

@@ -124,11 +124,13 @@ Providers currently offering a compatible service include:
124124

125125
- [Duo Security](https://duo.com/docs/azure-ca)
126126
- [Entrust Datacard](https://www.entrustdatacard.com/products/authentication/intellitrust)
127+
- [GSMA](https://mobileconnect.io/azure/)
127128
- [Ping Identity](https://documentation.pingidentity.com/pingid/pingidAdminGuide/index.shtml#pid_c_AzureADIntegration.html)
128129
- RSA
129130
- [SecureAuth](https://docs.secureauth.com/pages/viewpage.action?pageId=47238992#)
130131
- [Silverfort](https://www.silverfort.io/company/using-silverfort-mfa-with-azure-active-directory/)
131132
- [Symantec VIP](https://help.symantec.com/home/VIP_Integrate_with_Azure_AD)
133+
- [Thales (Gemalto)](https://resources.eu.safenetid.com/help/AzureMFA/Azure_Help/Index.htm)
132134
- [Trusona](https://www.trusona.com/docs/azure-ad-integration-guide)
133135

134136
For more information on those services, contact the providers directly.

articles/active-directory/develop/scenario-web-app-sign-user-app-registration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ If you navigate to this link, you can create bootstrap the creation of your web
4545
1. If your account gives you access to more than one tenant, select your account in the top-right corner, and set your portal session to the desired Azure AD tenant.
4646
1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations** > **New registration**.
4747
1. When the **Register an application** page appears, enter your application's registration information:
48-
- choose the supported account types for your application (See [Supported Account types](./v2-supported-account-types.md))
49-
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `AspNetCore-WebApp`.
50-
- In **Reply URL**, add the reply URL for your app, for instance `https://localhost:44321/`, and select **Register**.
48+
1. choose the supported account types for your application (See [Supported Account types](./v2-supported-account-types.md))
49+
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `AspNetCore-WebApp`.
50+
1. In **Redirect URI**, add the type of application and the URI destination that will accept returned token responses after successfully authenticating. For example, `https://localhost:44321/`. Select **Register**.
5151
1. Select the **Authentication** menu, and then add the following information:
52-
- In **Reply URL**, add `https://localhost:44321/signin-oidc`, and select **Register**.
53-
- In the **Advanced settings** section, set **sign out URL** to `https://localhost:44321/signout-oidc`.
54-
- Under **Implicit grant**, check **ID tokens**.
55-
- Select **Save**.
52+
1. In **Reply URL**, add `https://localhost:44321/signin-oidc`.
53+
1. In the **Advanced settings** section, set **Logout URL** to `https://localhost:44321/signout-oidc`.
54+
1. Under **Implicit grant**, check **ID tokens**.
55+
1. Select **Save**.
5656

5757
### Register an app using PowerShell
5858

articles/active-directory/managed-identities-azure-resources/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ No. Managed identities do not currently support cross-directory scenarios.
7979

8080
### What Azure RBAC permissions are required to managed identity on a resource?
8181

82-
- System-assigned managed identity: You need write permissions over the resource. For example: Microsoft.Compute/virtualMachines/write or This action is included in resource specific built-in roles like [Virtual Machine Contributor](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#virtual-machine-contributor).
83-
- User-assigned managed identity: You need write permissions over the resource. For example: Microsoft.Compute/virtualMachines/write . In addition to [Managed Identity Operator](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#managed-identity-operator) role assignment over the managed identity.
82+
- System-assigned managed identity: You need write permissions over the resource. For exampl, for virtual machines you need Microsoft.Compute/virtualMachines/write. This action is included in resource specific built-in roles like [Virtual Machine Contributor](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#virtual-machine-contributor).
83+
- User-assigned managed identity: You need write permissions over the resource. For example, for virtual machines you need Microsoft.Compute/virtualMachines/write. In addition to [Managed Identity Operator](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#managed-identity-operator) role assignment over the managed identity.
8484

8585
### How do you restart the managed identities for Azure resources extension?
8686
On Windows and certain versions of Linux, if the extension stops, the following cmdlet may be used to manually restart it:
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
---
2+
title: 'Tutorial: Azure Active Directory integration with Costpoint | Microsoft Docs'
3+
description: Learn how to configure single sign-on between Azure Active Directory and Costpoint.
4+
services: active-directory
5+
documentationCenter: na
6+
author: jeevansd
7+
manager: mtillman
8+
ms.reviewer: celested
9+
10+
ms.assetid: 9ecc5f58-4462-4ade-ab73-0a4f61027504
11+
ms.service: active-directory
12+
ms.subservice: saas-app-tutorial
13+
ms.workload: identity
14+
ms.tgt_pltfrm: na
15+
ms.devlang: na
16+
ms.topic: tutorial
17+
ms.date: 06/11/2019
18+
ms.author: jeedes
19+
20+
ms.collection: M365-identity-device-management
21+
---
22+
23+
# Tutorial: Integrate Costpoint with Azure Active Directory
24+
25+
In this tutorial, you'll learn how to integrate Costpoint with Azure Active Directory (Azure AD). When you integrate Costpoint with Azure AD, you can:
26+
27+
* Control in Azure AD who has access to Costpoint.
28+
* Enable your users to be automatically signed-in to Costpoint with their Azure AD accounts.
29+
* Manage your accounts in one central location - the Azure portal.
30+
31+
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).
32+
33+
## Prerequisites
34+
35+
To get started, you need the following items:
36+
37+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
38+
* Costpoint single sign-on (SSO) enabled subscription.
39+
40+
## Scenario description
41+
42+
In this tutorial, you configure and test Azure AD SSO in a test environment. Costpoint supports **SP and IDP** initiated SSO.
43+
44+
## Adding Costpoint from the gallery
45+
46+
To configure the integration of Costpoint into Azure AD, you need to add Costpoint from the gallery to your list of managed SaaS apps.
47+
48+
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
49+
1. On the left navigation pane, select the **Azure Active Directory** service.
50+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
51+
1. To add new application, select **New application**.
52+
1. In the **Add from the gallery** section, type **Costpoint** in the search box.
53+
1. Select **Costpoint** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
54+
55+
## Configure and test Azure AD single sign-on
56+
57+
Configure and test Azure AD SSO with Costpoint 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 Costpoint.
58+
59+
To configure and test Azure AD SSO with Costpoint, complete the following building blocks:
60+
61+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** to enable your users to use this feature.
62+
2. **[Configure Costpoint](#configure-costpoint)** to configure the SSO settings on application side.
63+
3. **[Create an Azure AD test user](#create-an-azure-ad-test-user)** to test Azure AD single sign-on with B.Simon.
64+
4. **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** to enable B.Simon to use Azure AD single sign-on.
65+
5. **[Create Costpoint test user](#create-costpoint-test-user)** to have a counterpart of B.Simon in Costpoint that is linked to the Azure AD representation of user.
66+
6. **[Test SSO](#test-sso)** to verify whether the configuration works.
67+
68+
### Configure Azure AD SSO
69+
70+
Follow these steps to enable Azure AD SSO in the Azure portal.
71+
72+
1. In the [Azure portal](https://portal.azure.com/), on the **Costpoint** application integration page, find the **Manage** section and select **Single sign-on**.
73+
1. On the **Select a Single sign-on method** page, select **SAML**.
74+
1. On the **Set up Single Sign-On with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
75+
76+
![Edit Basic SAML Configuration](common/edit-urls.png)
77+
78+
4. On the **Basic SAML Configuration** section, the application is pre-configured and the necessary URLs are already pre-populated with Azure. The user needs to save the configuration by clicking the **Save** button and perform the following step:
79+
80+
a. Click **Set additional URLs**.
81+
82+
b. In the **Relay State** text box, type a value using the following pattern:`<SYSTEM VALUE>`
83+
84+
> [!NOTE]
85+
> The Relay State value is not real. Update this value with the actual Relay State. Contact [Costpoint Client support team](https://www.deltek.com/about/contact-us) to get this value.
86+
87+
5. If you wish to configure the application in **SP** initiated mode perform the following step:
88+
89+
In the **Sign-on URL** text box, type a URL:
90+
`https://costpointteea.deltek.com/cpweb/cploginform.htm`
91+
92+
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 Notepad.
93+
94+
![The Certificate download link](common/copy-metadataurl.png)
95+
96+
1. On the **Set up Costpoint** section, copy the appropriate URL(s) based on your requirement.
97+
98+
![Copy configuration URLs](common/copy-configuration-urls.png)
99+
100+
### Configure Costpoint
101+
102+
To configure single sign-on on **Costpoint** side, you need to send the **App Federation Metadata Url** to [Costpoint Client support team](https://www.deltek.com/about/contact-us). They set this setting to have the SAML SSO connection set properly on both sides.
103+
104+
### Create an Azure AD test user
105+
106+
In this section, you'll create a test user in the Azure portal called B.Simon.
107+
108+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
109+
1. Select **New user** at the top of the screen.
110+
1. In the **User** properties, follow these steps:
111+
1. In the **Name** field, enter `B.Simon`.
112+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
113+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
114+
1. Click **Create**.
115+
116+
### Assign the Azure AD test user
117+
118+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Costpoint.
119+
120+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
121+
1. In the applications list, select **Costpoint**.
122+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
123+
124+
![The "Users and groups" link](common/users-groups-blade.png)
125+
126+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
127+
128+
![The Add User link](common/add-assign-user.png)
129+
130+
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.
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.
132+
1. In the **Add Assignment** dialog, click the **Assign** button.
133+
134+
### Create Costpoint test user
135+
136+
In this section, you create a user called B.Simon in Costpoint. Work with [Costpoint Client support team](https://www.deltek.com/about/contact-us) to add the users in the Costpoint platform. Users must be created and activated before you use single sign-on.
137+
138+
### Test SSO
139+
140+
When you select the Costpoint tile in the Access Panel, you should be automatically signed in to the Costpoint 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).
141+
142+
## Additional Resources
143+
144+
- [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)
145+
146+
- [What is application access and single sign-on with Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
147+
148+
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)

0 commit comments

Comments
 (0)