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/develop/msal-net-system-browser-android-considerations.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ ms.author: marsma
15
15
ms.reviewer: saeeda
16
16
ms.custom: aaddev
17
17
#Customer intent: As an application developer, I want to learn about considerations for using Xamarin Android and MSAL.NET so I can decide if this platform meets my application development needs.
18
-
ms.collection: M365-identity-device-management
19
18
---
20
19
21
20
# Xamarin Android system browser considerations for using MSAL.NET
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-net-uwp-considerations.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ ms.author: marsma
15
15
ms.reviewer: saeeda
16
16
ms.custom: aaddev
17
17
#Customer intent: As an application developer, I want to learn about considerations for using Universal Windows Platform and MSAL.NET so that I can decide if this platform meets my application development needs.
18
-
ms.collection: M365-identity-device-management
19
18
---
20
19
21
20
# Considerations for using Universal Windows Platform with MSAL.NET
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-net-xamarin-android-considerations.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ ms.author: marsma
15
15
ms.reviewer: saeeda
16
16
ms.custom: aaddev
17
17
#Customer intent: As an application developer, I want to learn about considerations for using Xamarin Android and MSAL.NET so that I can decide if this platform meets my application development needs.
18
-
ms.collection: M365-identity-device-management
19
18
---
20
19
21
20
# Considerations for using Xamarin Android with MSAL.NET
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-net-xamarin-ios-considerations.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ ms.author: marsma
15
15
ms.reviewer: saeeda
16
16
ms.custom: aaddev
17
17
#Customer intent: As an application developer, I want to learn about considerations for using Xamarin iOS and MSAL.NET so I can decide if this platform meets my application development needs.
18
-
ms.collection: M365-identity-device-management
19
18
---
20
19
21
20
# Considerations for using Xamarin iOS with MSAL.NET
Copy file name to clipboardExpand all lines: articles/active-directory/develop/scenario-mobile-app-registration.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ ms.author: jmprieur
15
15
ms.reviewer: brandwe
16
16
ms.custom: aaddev
17
17
#Customer intent: As an application developer, I want to know how to write a mobile app that calls web APIs by using the Microsoft identity platform for developers.
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/how-to-connect-fed-group-claims.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ ms.author: billmath
14
14
author: billmath
15
15
---
16
16
17
-
# Configure group claims for applications with Azure Active Directory (Public Preview)
17
+
# Configure group claims for applications with Azure Active Directory
18
18
19
19
Azure Active Directory can provide a users group membership information in tokens for use within applications. Two main patterns are supported:
20
20
21
-
- Groups identified by their Azure Active Directory object identifier (OID) attribute (Generally Available)
22
-
- Groups identified by sAMAccountName or GroupSID attributes for Active Directory (AD) synchronized groups and users (Public Preview)
21
+
- Groups identified by their Azure Active Directory object identifier (OID) attribute
22
+
- Groups identified by sAMAccountName or GroupSID attributes for Active Directory (AD) synchronized groups and users
23
23
24
24
> [!IMPORTANT]
25
-
> There are a number of caveats to note for this preview functionality:
25
+
> There are a number of caveats to note for this functionality:
26
26
>
27
27
>- Support for use of sAMAccountName and security identifier (SID) attributes synced from on-premises is designed to enable moving existing applications from AD FS and other identity providers. Groups managed in Azure AD do not contain the attributes necessary to emit these claims.
28
28
>- In larger organizations the number of groups a user is a member of may exceed the limit that Azure Active Directory will add to a token. 150 groups for a SAML token, and 200 for a JWT. This can lead to unpredictable results. If your users have large numbers of group memberships, we recommend using the option to restrict the groups emitted in claims to the relevant groups for the application.
Copy file name to clipboardExpand all lines: articles/advisor/advisor-high-availability-recommendations.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
@@ -80,7 +80,7 @@ Azure Advisor will identify Azure Cosmos DB accounts that are using old versions
80
80
81
81
## Upgrade your Azure Cosmos DB Java SDK to the latest version from Maven
82
82
83
-
Azure Advisor will identify Azure Cosmos DB accounts that are using old versions of the Java SDK and recommend upgrading to the latest version from Maven for the latest fixes, performance improvements, and new feature capabilities. [Learn more about Cosmos DB Java SDK](https://aka.ms/cosmosdb/sql-api-sdk-dotnet)
83
+
Azure Advisor will identify Azure Cosmos DB accounts that are using old versions of the Java SDK and recommend upgrading to the latest version from Maven for the latest fixes, performance improvements, and new feature capabilities. [Learn more about Cosmos DB Java SDK](https://aka.ms/cosmosdb/sql-api-sdk-async-java)
84
84
85
85
## Upgrade your Azure Cosmos DB Spark Connector to the latest version from Maven
Copy file name to clipboardExpand all lines: articles/automation/automation-connections.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
@@ -35,9 +35,9 @@ Azure Automation makes the following built-in connection types available:
35
35
36
36
In most cases, you don't need to create a connection resource because it is created when you create a [Run As account](manage-runas-account.md).
37
37
38
-
## Windows PowerShell cmdlets to access connections
38
+
## PowerShell cmdlets to access connections
39
39
40
-
The cmdlets in the following table create and manage Automation connections with Windows PowerShell. They ship as part of the [Az modules](shared-resources/modules.md#az-modules).
40
+
The cmdlets in the following table create and manage Automation connections with PowerShell. They ship as part of the [Az modules](shared-resources/modules.md#az-modules).
0 commit comments