Skip to content

Commit c907ea1

Browse files
authored
Merge pull request #184349 from MicrosoftDocs/master
1/06 AM Publish
2 parents bc82a7b + 24519b8 commit c907ea1

File tree

76 files changed

+418
-1379
lines changed

Some content is hidden

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

76 files changed

+418
-1379
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,36 @@
710710
"redirect_url": "https://github.com/Azure-Samples/active-directory-java-webapp-openidconnect",
711711
"redirect_document_id": false
712712
},
713+
{
714+
"source_path_from_root": "/articles/active-directory/develop/vs-active-directory-add-connected-service.md",
715+
"redirect_url": "/visualstudio/azure/vs-active-directory-add-connected-service",
716+
"redirect_document_id": false
717+
},
718+
{
719+
"source_path_from_root": "/articles/active-directory/develop/vs-active-directory-dotnet-what-happened.md",
720+
"redirect_url": "/visualstudio/azure/vs-active-directory-dotnet-what-happened",
721+
"redirect_document_id": false
722+
},
723+
{
724+
"source_path_from_root": "/articles/active-directory/develop/vs-active-directory-dotnet-getting-started.md",
725+
"redirect_url": "/visualstudio/azure/vs-active-directory-dotnet-getting-started",
726+
"redirect_document_id": false
727+
},
728+
{
729+
"source_path_from_root": "/articles/active-directory/develop/vs-active-directory-error.md",
730+
"redirect_url": "/visualstudio/azure/vs-active-directory-error",
731+
"redirect_document_id": false
732+
},
733+
{
734+
"source_path_from_root": "/articles/active-directory/develop/vs-active-directory-webapi-getting-started.md",
735+
"redirect_url": "/visualstudio/azure/vs-active-directory-webapi-getting-started",
736+
"redirect_document_id": false
737+
},
738+
{
739+
"source_path_from_root": "/articles/active-directory/develop/vs-active-directory-webapi-what-happened.md",
740+
"redirect_url": "/visualstudio/azure/vs-active-directory-webapi-what-happened",
741+
"redirect_document_id": false
742+
},
713743
{
714744
"source_path_from_root": "/articles/active-directory/active-directory-application-proxy-connectors.md",
715745
"redirect_url": "/azure/active-directory/active-directory-application-proxy-connectors-azure-portal",

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Use the general guidelines when implementing a SCIM endpoint to ensure compatibi
198198
* Microsoft AAD makes requests to fetch a random user and group to ensure that the endpoint and the credentials are valid. It's also done as a part of the **Test Connection** flow in the [Azure portal](https://portal.azure.com).
199199
* Support HTTPS on your SCIM endpoint.
200200
* Custom complex and multivalued attributes are supported but AAD does not have many complex data structures to pull data from in these cases. Simple paired name/value type complex attributes can be mapped to easily, but flowing data to complex attributes with three or more subattributes are not well supported at this time.
201+
* The "type" sub-attribute values of multivalued complex attributes must be unique. For example, there can not be two different email addresses with the "work" sub-type.
201202

202203
##### Retrieving Resources:
203204
* Response to a query/filter request should always be a `ListResponse`.

articles/active-directory/azuread-dev/TOC.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,6 @@
129129
href: ../develop/howto-add-branding-in-azure-ad-apps.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
130130
- name: Terms of Service and Privacy Statement
131131
href: ../develop/howto-add-terms-of-service-privacy-statement.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
132-
- name: Work with Visual Studio
133-
items:
134-
- name: Use the Active Directory connected service
135-
href: ../develop/vs-active-directory-add-connected-service.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
136-
- name: Get started with .NET MVC projects
137-
href: ../develop/vs-active-directory-dotnet-getting-started.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
138-
- name: What happened to my .NET MVC project?
139-
href: ../develop/vs-active-directory-dotnet-what-happened.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
140-
- name: Get started with WebAPI projects
141-
href: ../develop/vs-active-directory-webapi-getting-started.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
142-
- name: What happened to my WebAPI project?
143-
href: ../develop/vs-active-directory-webapi-what-happened.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
144-
- name: Error during authentication detection
145-
href: ../develop/vs-active-directory-error.md?toc=/azure/active-directory/azuread-dev/toc.json&bc=/azure/active-directory/azuread-dev/breadcrumb/toc.json
146132
- name: Bring an app to market
147133
items:
148134
- name: Publish to App Source

articles/active-directory/develop/TOC.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -597,20 +597,6 @@
597597
href: v2-howto-app-gallery-listing.md
598598
- name: Publish to the Office 365 Seller Dashboard
599599
href: /office/dev/store/add-in-submission-guide
600-
- name: Work with Visual Studio
601-
items:
602-
- name: Use the Active Directory connected service
603-
href: vs-active-directory-add-connected-service.md
604-
- name: Get started with .NET MVC projects
605-
href: vs-active-directory-dotnet-getting-started.md
606-
- name: What happened to my .NET MVC project?
607-
href: vs-active-directory-dotnet-what-happened.md
608-
- name: Get started with WebAPI projects
609-
href: vs-active-directory-webapi-getting-started.md
610-
- name: What happened to my WebAPI project?
611-
href: vs-active-directory-webapi-what-happened.md
612-
- name: Diagnose errors during authentication
613-
href: vs-active-directory-error.md
614600
- name: Remove an app registration
615601
href: ./howto-remove-app.md
616602
- name: Restore or remove a deleted app registration

articles/active-directory/develop/scenario-protected-web-api-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can create a web API from scratch by using Microsoft.Identity.Web project te
120120

121121
#### Starting from an existing ASP.NET Core 3.1 application
122122

123-
Today, ASP.NET Core 3.1 uses the Microsoft.AspNetCore.AzureAD.UI library. The middleware is initialized in the Startup.cs file.
123+
ASP.NET Core 3.1 uses the Microsoft.AspNetCore.AzureAD.UI library. The middleware is initialized in the Startup.cs file.
124124

125125
```csharp
126126
using Microsoft.AspNetCore.Authentication.JwtBearer;

0 commit comments

Comments
 (0)