Skip to content

Commit f4d0f4d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nat-freshness-qs
2 parents 0cd0ffe + 0eca435 commit f4d0f4d

File tree

479 files changed

+5797
-2733
lines changed

Some content is hidden

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

479 files changed

+5797
-2733
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/high-performance-compute/index.yml",
5+
"redirect_url": "/articles/high-performance-computing",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29498,6 +29498,11 @@
2949829498
"source_path_from_root": "/articles/cloud-shell/example-terraform-bash.md",
2949929499
"redirect_url": "/azure/developer/terraform/quickstart-configure",
2950029500
"redirect_document_id": false
29501+
},
29502+
{
29503+
"source_path_from_root": "/articles/aks/managed-cluster-snapshot.md",
29504+
"redirect_url": "/azure/aks/intro-kubernetes",
29505+
"redirect_document_id": "false"
2950129506
}
2950229507
]
2950329508
}

articles/active-directory/app-provisioning/partner-driven-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.collection: M365-identity-device-management
1717
The Azure Active Directory Provisioning service allows you to provision users and groups into both [SaaS](user-provisioning.md) and [on-premises](on-premises-scim-provisioning.md) applications. There are four integration paths:
1818

1919
**Option 1 - Azure AD Application Gallery:**
20-
Popular third party applications, such as Dropbox, Snowflake, and Workplace by Facebook, are made available for customers through the Azure AD application gallery. New applications can easily be onboarded to the gallery using the [application network portal](../azuread-dev/howto-app-gallery-listing.md).
20+
Popular third party applications, such as Dropbox, Snowflake, and Workplace by Facebook, are made available for customers through the Azure AD application gallery. New applications can easily be onboarded to the gallery using the [application network portal](../manage-apps/v2-howto-app-gallery-listing.md).
2121

2222
**Option 2 - Implement a SCIM compliant API for your application:**
2323
If your line-of-business application supports the [SCIM](https://aka.ms/scimoverview) standard, it can easily be integrated with the [Azure AD SCIM client](use-scim-to-provision-users-and-groups.md).

articles/active-directory/app-proxy/application-proxy-secure-api-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You've now registered the AppProxyNativeAppSample app in Azure Active Directory.
134134
The last step is to configure the native app. The code snippet that's used in the following steps is based on [Add the Microsoft Authentication Library to your code (.NET C# sample)](application-proxy-configure-native-client-application.md#step-4-add-the-microsoft-authentication-library-to-your-code-net-c-sample). The code is customized for this example. The code must be added to the *Form1.cs* file in the NativeClient sample app where it will cause the [MSAL library](../develop/reference-v2-libraries.md) to acquire the token for requesting the API call and attach it as bearer to the header in the request.
135135

136136
> [!NOTE]
137-
> The sample app uses [Azure Active Directory Authentication Library (ADAL)](../azuread-dev/active-directory-authentication-libraries.md). Read how to [add MSAL to your project](../develop/tutorial-v2-windows-desktop.md#add-msal-to-your-project). Remember to [add the reference to MSAL](../develop/tutorial-v2-windows-desktop.md#add-the-code-to-initialize-msal) to the class and remove the ADAL reference.
137+
> The sample app uses Azure Active Directory Authentication Library (ADAL). Read how to [add MSAL to your project](../develop/tutorial-v2-windows-desktop.md#add-msal-to-your-project). Remember to [add the reference to MSAL](../develop/tutorial-v2-windows-desktop.md#add-the-code-to-initialize-msal) to the class and remove the ADAL reference.
138138
139139
To configure the native app code:
140140

articles/active-directory/authentication/how-to-mfa-server-migration-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: multi-factor-authentication
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 11/11/2022
9+
ms.date: 11/14/2022
1010

1111
ms.author: justinha
1212
author: justinha
@@ -202,7 +202,7 @@ The settings option allows you to change the settings for the migration process:
202202
:::image type="content" border="true" source="./media/how-to-mfa-server-migration-utility/settings.png" alt-text="Screenshot of settings.":::
203203

204204
- Migrate – This setting allows you to specify which method(s) should be migrated for the selection of users
205-
- User Match – Allows you to specify a different attribute for matching users instead of the default UPN-matching
205+
- User Match – Allows you to specify a different on-premises Active Directory attribute for matching Azure AD UPN instead of the default match to userPrincipalName
206206
- Automatic synchronization – Starts a background service that will continually monitor any authentication method changes to users in the on-premises MFA Server, and write them to Azure AD at the specified time interval defined
207207

208208
The migration process can be an automatic process, or a manual process.

articles/active-directory/authentication/overview-authentication.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ By default, Azure AD blocks weak passwords such as *Password1*. A global banned
7575

7676
To increase security, you can define custom password protection policies. These policies can use filters to block any variation of a password containing a name such as *Contoso* or a location like *London*, for example.
7777

78-
For hybrid security, you can integrate Azure AD password protection with an on-premises Active Directory environment. A component installed in the on-prem environment receives the global banned password list and custom password protection policies from Azure AD, and domain controllers use them to process password change events. This hybrid approach makes sure that no matter how or where a user changes their credentials, you enforce the use of strong passwords.
78+
For hybrid security, you can integrate Azure AD password protection with an on-premises Active Directory environment. A component installed in the on-premises environment receives the global banned password list and custom password protection policies from Azure AD, and domain controllers use them to process password change events. This hybrid approach makes sure that no matter how or where a user changes their credentials, you enforce the use of strong passwords.
7979

8080
## Passwordless authentication
8181

@@ -85,7 +85,55 @@ The end-goal for many environments is to remove the use of passwords as part of
8585

8686
When you sign in with a passwordless method, credentials are provided by using methods like biometrics with Windows Hello for Business, or a FIDO2 security key. These authentication methods can't be easily duplicated by an attacker.
8787

88-
Azure AD provides ways to natively authenticate using passwordless methods to simplify the sign-in experience for users and reduce the risk of attacks.
88+
Azure AD provides ways to natively authenticate using passwordless methods to simplify the sign-in experience for users and reduce the risk of attacks.
89+
90+
## Web browser cookies
91+
92+
When authenticating against Azure Active Directory through a web browser, multiple cookies are involved in the process. Some of the cookies are common on all requests, other cookies are specific to some particular scenarios, i.e., specific authentication flows and/or specific client-side conditions.
93+
94+
Persistent session tokens are stored as persistent cookies on the web browser's cookie jar, and non-persistent session tokens are stored as session cookies on the web browser and are destroyed when the browser session is closed.
95+
96+
| Cookie Name | Type | Comments |
97+
|--|--|--|
98+
| ESTSAUTH | Common | Contains user's session information to facilitate SSO. Transient. |
99+
| ESTSAUTHPERSISTENT | Common | Contains user's session information to facilitate SSO. Persistent. |
100+
| ESTSAUTHLIGHT | Common | Contains Session GUID Information. Lite session state cookie used exclusively by client-side JavaScript in order to facilitate OIDC sign-out. Security feature. |
101+
| SignInStateCookie | Common | Contains list of services accessed to facilitate sign-out. No user information. Security feature. |
102+
| CCState | Common | Contains session information state to be used between Azure AD and the [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults). |
103+
| buid | Common | Tracks browser related information. Used for service telemetry and protection mechanisms. |
104+
| fpc | Common | Tracks browser related information. Used for tracking requests and throttling. |
105+
| esctx | Common | Session context cookie information. For CSRF protection. Binds a request to a specific browser instance so the request can't be replayed outside the browser. No user information. |
106+
| ch | Common | ProofOfPossessionCookie. Stores the Proof of Possession cookie hash to the user agent. |
107+
| ESTSSC | Common | Legacy cookie containing session count information no longer used. |
108+
| ESTSSSOTILES | Common | Tracks session sign-out. When present and not expired, with value "ESTSSSOTILES=1", it will interrupt SSO, for specific SSO authentication model, and will present tiles for user account selection. |
109+
| AADSSOTILES | Common | Tracks session sign-out. Similar to ESTSSSOTILES but for other specific SSO authentication model. |
110+
| ESTSUSERLIST | Common | Tracks Browser SSO user's list. |
111+
| SSOCOOKIEPULLED | Common | Prevents looping on specific scenarios. No user information. |
112+
| cltm | Common | For telemetry purposes. Tracks AppVersion, ClientFlight and Network type. |
113+
| brcap | Common | Client-side cookie (set by JavaScript) to validate client/web browser's touch capabilities. |
114+
| clrc | Common | Client-side cookie (set by JavaScript) to control local cached sessions on the client. |
115+
| CkTst | Common | Client-side cookie (set by JavaScript). No longer in active use. |
116+
| wlidperf | Common | Client-side cookie (set by JavaScript) that tracks local time for performance purposes. |
117+
| x-ms-gateway-slice | Common | Azure AD Gateway cookie used for tracking and load balance purposes. |
118+
| stsservicecookie | Common | Azure AD Gateway cookie also used for tracking purposes. |
119+
| x-ms-refreshtokencredential | Specific | Available when [Primary Refresh Token (PRT)](/azure/active-directory/devices/concept-primary-refresh-token) is in use. |
120+
| estsStateTransient | Specific | Applicable to new session information model only. Transient. |
121+
| estsStatePersistent | Specific | Same as estsStateTransient, but persistent. |
122+
| ESTSNCLOGIN | Specific | National Cloud Login related Cookie. |
123+
| UsGovTraffic | Specific | US Gov Cloud Traffic Cookie. |
124+
| ESTSWCTXFLOWTOKEN | Specific | Saves flowToken information when redirecting to ADFS. |
125+
| CcsNtv | Specific | To control when Azure AD Gateway will send requests to [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults). Native flows. |
126+
| CcsWeb | Specific | To control when Azure AD Gateway will send requests to [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults). Web flows. |
127+
| Ccs* | Specific | Cookies with prefix Ccs*, have the same purpose as the ones without prefix, but only apply when [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults) is in use. |
128+
| threxp | Specific | Used for throttling control. |
129+
| rrc | Specific | Cookie used to identify a recent B2B invitation redemption. |
130+
| debug | Specific | Cookie used to track if user's browser session is enabled for DebugMode. |
131+
| MSFPC | Specific | This cookie is not specific to any ESTS flow, but is sometimes present. It applies to all Microsoft Sites (when accepted by users). Identifies unique web browsers visiting Microsoft sites. It's used for advertising, site analytics, and other operational purposes. |
132+
133+
> [!NOTE]
134+
> Cookies identified as client-side cookies are set locally on the client device by JavaScript, hence, will be marked with HttpOnly=false.
135+
>
136+
> Cookie definitions and respective names are subject to change at any moment in time according to Azure AD service requirements.
89137
90138
## Next steps
91139

articles/active-directory/cloud-infrastructure-entitlement-management/product-permission-analytics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ This article describes how you can create and view permission analytics triggers
6161

6262
- The **Status** column displays if the authorization system is online or offline
6363
- The **Controller** column displays if the controller is enabled or disabled.
64-
65-
1. On the **Configuration** tab, to update the **Time Interval**, select **90 Days**, **60 Days**, or **30 Days** from the **Time range** dropdown.
6664
1. Select **Save**.
6765

6866
## View permission analytics alert triggers

articles/active-directory/cloud-infrastructure-entitlement-management/product-statistical-anomalies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Statistical anomalies can detect outliers in an identity's behavior if recent ac
7070
- The **Controller** column displays if the controller is enabled or disabled.
7171

7272

73-
1. On the **Configuration** tab, to update the **Time Interval**, from the **Time Range** dropdown, select **90 Days**, **60 Days**, or **30 Days**, and then select **Save**.
73+
1. Select **Save**.
7474

7575
## View statistical anomaly triggers
7676

0 commit comments

Comments
 (0)