Skip to content

Commit 3386229

Browse files
authored
Merge pull request #229288 from MicrosoftDocs/main
3/02 AM Publish
2 parents 24cded6 + df3e9a4 commit 3386229

File tree

371 files changed

+1290
-30244
lines changed

Some content is hidden

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

371 files changed

+1290
-30244
lines changed

.openpublishing.redirection.json

Lines changed: 345 additions & 0 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/data-residency.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,8 @@ The following locations are in the process of being added to the list. For now,
5858
5959
## EU Data Boundary
6060

61-
The EU Data Boundary is Microsoft's commitment for our public sector and commercial customers in the EU and EFTA to process and store their customer data in the EU.
62-
63-
### Services temporarily excluded from the EU Data Boundary
64-
65-
Some services have work in progress to be EU Data Boundary compliant, but this work is delayed beyond January 1, 2023. The services listed will become compliant over the coming months. The following details explain the customer data that these features currently transfer out of the EU Data Boundary as part of their service operations:
66-
67-
* **Reason for customer data egress** - These features haven't completed changes to fully process admin actions and user sign-in actions within the EU Data Boundary.
68-
* **Types of customer data being egressed** - User account and usage data, and service configuration such as policy.
69-
* **Customer data location at rest** - In the EU Data Boundary.
70-
* **Customer data processing** - Some processing may occur globally.
71-
* **Services** - Administrator actions in the Azure portal or APIs, and User Sign-In Service
61+
> [!IMPORTANT]
62+
> For comprehensive details about Microsoft's EU Data Boundary commitment, see [Microsoft's EU Data Boundary documentation](https://learn.microsoft.com/privacy/eudb/eu-data-boundary-learn).
7263
7364
## Remote profile solution
7465

@@ -80,4 +71,4 @@ After sign-up, profile editing, or sign-in is complete, Azure AD B2C includes th
8071

8172
## Next steps
8273

83-
- [Create an Azure AD B2C tenant](tutorial-create-tenant.md).
74+
- [Create an Azure AD B2C tenant](tutorial-create-tenant.md).

articles/active-directory/cloud-sync/what-is-cloud-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following table provides a comparison between Azure AD Connect and Azure AD
7474
| Groups with up to 50,000 members |||
7575
| Large groups with up to 250,000 members || |
7676
| Cross domain references|||
77-
| On-demand provisioning| ||
77+
| On-demand provisioning| ||
7878
| Support for US Government|||
7979

8080
## Next steps
Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
---
2-
title: Increase resilience of authentication and authorization applications you develop
3-
description: Overview of our resilience guidance for application development using Azure Active Directory and the Microsoft identity platform
2+
title: Increase the resilience of authentication and authorization applications you develop
3+
description: Resilience guidance for application development using Azure Active Directory and the Microsoft identity platform
44
services: active-directory
55
ms.service: active-directory
66
ms.subservice: fundamentals
77
ms.workload: identity
88
ms.topic: how-to
9-
author: janicericketts
9+
author: jricketts
1010
ms.author: jricketts
1111
manager: martinco
12-
ms.date: 11/23/2020
12+
ms.date: 03/02/2023
1313
---
1414

15-
# Increase resilience of authentication and authorization applications you develop
15+
# Increase the resilience of authentication and authorization applications you develop
1616

17-
Microsoft Identity uses modern, token-based authentication and authorization. This means that a client application acquires tokens from an Identity provider to authenticate the user and to authorize the application to call protected APIs. A service will validate tokens.
17+
The Microsoft identity platform helps you build applications your users and customers can sign in to using their Microsoft identities or social accounts. Microsoft identity platform uses token-based authentication and authorization. Client applications acquire tokens from an identity provider (IdP) to authenticate users and authorize applications to call protected APIs. A service validates tokens.
1818

19-
A token is valid for a certain length of time before the app must acquire a new one. Rarely, a call to retrieve a token could fail due to an issue like network or infrastructure failure or authentication service outage. In this document, we outline steps a developer can take to increase resilience in their applications if a token acquisition failure occurs.
19+
Learn more:
2020

21-
These articles provide guidance on increasing resiliency in apps using the Microsoft identity platform and Azure Active Directory. There is guidance for both for client and service applications that work on behalf of a signed in user as well as daemon applications that work on their own behalf. They contain best practices for using tokens as well as calling resources.
21+
[What is the Microsoft identity platform?](../develop/v2-overview.md)
22+
[Security tokens](../develop/security-tokens.md)
2223

23-
- [Build resilience into applications that sign-in users](resilience-client-app.md)
24-
- [Build resilience into applications without users](resilience-daemon-app.md)
24+
A token is valid for a length of time, and then the app must acquire a new one. Rarely, a call to retrieve a token fails due to network or infrastructure issues or an authentication service outage.
25+
26+
The following articles have guidance for client and service applications for a signed in user and daemon applications. They contain best practices for using tokens and calling resources.
27+
28+
- [Increase the resilience of authentication and authorization in client applications you develop](resilience-client-app.md)
29+
- [Increase the resilience of authentication and authorization in daemon applications you develop](resilience-daemon-app.md)
2530
- [Build resilience in your identity and access management infrastructure](resilience-in-infrastructure.md)
26-
- [Build resilience in your CIAM systems](resilience-b2c.md)
27-
- [Build services that are resilient to metadata refresh](../develop/howto-build-services-resilient-to-metadata-refresh.md)
31+
- [Build resilience in your customer identity and access management with Azure AD B2C](resilience-b2c.md)
32+
- [Build services that are resilient to Azure AD's OpenID Connect metadata refresh](../develop/howto-build-services-resilient-to-metadata-refresh.md)

articles/active-directory/manage-apps/manage-application-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $assignments | ForEach-Object {
103103
Using the following Microsoft Graph PowerShell script revokes all permissions granted to an application.
104104

105105
```powershell
106-
Connect-MgGraph -Scopes "Application.ReadWrite.All", "Directory.ReadWrite.All", "DelegatedPermissionGrant.ReadWrite.All" "AppRoleAssignment.ReadWrite.All"
106+
Connect-MgGraph -Scopes "Application.ReadWrite.All", "Directory.ReadWrite.All", "DelegatedPermissionGrant.ReadWrite.All", "AppRoleAssignment.ReadWrite.All"
107107
108108
# Get Service Principal using objectId
109109
$sp = Get-MgServicePrincipal -ServicePrincipalID "$ServicePrincipalID"
@@ -119,7 +119,7 @@ $spOauth2PermissionsGrants |ForEach-Object {
119119
}
120120
121121
# Get all application permissions for the service principal
122-
$spApplicationPermissions = Get-MgServicePrincipalAppRoleAssignedTo -ServicePrincipalId $Sp.Id -All | Where-Object { $_.PrincipalType -eq "ServicePrincipal" }
122+
$spApplicationPermissions = Get-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $Sp.Id -All | Where-Object { $_.PrincipalType -eq "ServicePrincipal" }
123123
124124
# Remove all application permissions
125125
$spApplicationPermissions | ForEach-Object {
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: Azure Active Directory SSO integration with Fleet Management System
3+
description: Learn how to configure single sign-on between Azure Active Directory and Fleet Management System.
4+
services: active-directory
5+
author: jeevansd
6+
manager: CelesteDG
7+
ms.reviewer: CelesteDG
8+
ms.service: active-directory
9+
ms.subservice: saas-app-tutorial
10+
ms.workload: identity
11+
ms.topic: how-to
12+
ms.date: 03/02/2023
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Azure Active Directory SSO integration with Fleet Management System
18+
19+
In this article, you learn how to integrate Fleet Management System with Azure Active Directory (Azure AD). Manages and monitors a fleet of surface level vehicles and subterranean tugs and carts that Microsoft utilizes. When you integrate Fleet Management System with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Fleet Management System.
22+
* Enable your users to be automatically signed-in to Fleet Management System with their Azure AD accounts.
23+
* Manage your accounts in one central location - the Azure portal.
24+
25+
You'll configure and test Azure AD single sign-on for Fleet Management System in a test environment. Fleet Management System supports **IDP** initiated single sign-on.
26+
27+
## Prerequisites
28+
29+
To integrate Azure Active Directory with Fleet Management System, you need:
30+
31+
* An Azure AD user account. If you don't already have one, you can [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
32+
* One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator, or owner of the service principal.
33+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
34+
* Fleet Management System single sign-on (SSO) enabled subscription.
35+
36+
## Add application and assign a test user
37+
38+
Before you begin the process of configuring single sign-on, you need to add the Fleet Management System application from the Azure AD gallery. You need a test user account to assign to the application and test the single sign-on configuration.
39+
40+
### Add Fleet Management System from the Azure AD gallery
41+
42+
Add Fleet Management System from the Azure AD application gallery to configure single sign-on with Fleet Management System. For more information on how to add application from the gallery, see the [Quickstart: Add application from the gallery](../manage-apps/add-application-portal.md).
43+
44+
### Create and assign Azure AD test user
45+
46+
Follow the guidelines in the [create and assign a user account](../manage-apps/add-application-portal-assign-users.md) article to create a test user account in the Azure portal called B.Simon.
47+
48+
Alternatively, you can also use the [Enterprise App Configuration Wizard](https://portal.office.com/AdminPortal/home?Q=Docs#/azureadappintegration). In this wizard, you can add an application to your tenant, add users/groups to the app, and assign roles. The wizard also provides a link to the single sign-on configuration pane in the Azure portal. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides).
49+
50+
## Configure Azure AD SSO
51+
52+
Complete the following steps to enable Azure AD single sign-on in the Azure portal.
53+
54+
1. In the Azure portal, on the **Fleet Management System** application integration page, find the **Manage** section and select **single sign-on**.
55+
1. On the **Select a single sign-on method** page, select **SAML**.
56+
1. On the **Set up single sign-on with SAML** page, select the pencil icon for **Basic SAML Configuration** to edit the settings.
57+
58+
![Screenshot shows how to edit Basic SAML Configuration.](common/edit-urls.png "Basic Configuration")
59+
60+
1. On the **Basic SAML Configuration** section, the user doesn't have to perform any step as the app is already pre-integrated with Azure.
61+
62+
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
63+
64+
![Screenshot shows the Certificate download link.](common/certificatebase64.png "Certificate")
65+
66+
1. On the **Set up Fleet Management System** section, copy the appropriate URL(s) based on your requirement.
67+
68+
![Screenshot shows to copy configuration appropriate URL.](common/copy-configuration-urls.png "Metadata")
69+
70+
## Configure Fleet Management System SSO
71+
72+
To configure single sign-on on **Fleet Management System** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Fleet Management System support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
73+
74+
### Create Fleet Management System test user
75+
76+
In this section, you create a user called Britta Simon at Fleet Management System. Work with [Fleet Management System support team](mailto:[email protected]) to add the users in the Fleet Management System platform. Users must be created and activated before you use single sign-on.
77+
78+
## Test SSO
79+
80+
In this section, you test your Azure AD single sign-on configuration with following options.
81+
82+
* Click on Test this application in Azure portal and you should be automatically signed in to the Fleet Management System for which you set up the SSO.
83+
84+
* You can use Microsoft My Apps. When you click the Fleet Management System tile in the My Apps, you should be automatically signed in to the Fleet Management System for which you set up the SSO. For more information about the My Apps, see [Introduction to the My Apps](../user-help/my-apps-portal-end-user-access.md).
85+
86+
## Additional resources
87+
88+
* [What is single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
89+
* [Plan a single sign-on deployment](../manage-apps/plan-sso-deployment.md).
90+
91+
## Next steps
92+
93+
Once you configure Fleet Management System you can enforce session control, which protects exfiltration and infiltration of your organization’s sensitive data in real time. Session control extends from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](/cloud-app-security/proxy-deployment-aad).

0 commit comments

Comments
 (0)