Skip to content

Commit 2005132

Browse files
committed
2 parents 5b0554f + 88f6977 commit 2005132

File tree

320 files changed

+1264
-2212
lines changed

Some content is hidden

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

320 files changed

+1264
-2212
lines changed

.openpublishing.redirection.app-service.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/app-service/scenario-secure-app-authentication-app-service-as-user.md",
5+
"redirect_url": "/azure/app-service/scenario-secure-app-authentication-app-service",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/app-service/deploy-resource-manager-template.md",
10+
"redirect_url": "/azure/app-service/quickstart-arm-template",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/app-service/deploy-complex-application-predictably.md",
15+
"redirect_url": "/azure/app-service/quickstart-arm-template",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/app-service/quickstart-html.md",
20+
"redirect_url": "/azure/static-web-apps/get-started-portal",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/app-service/quickstart-html-uiex.md",
25+
"redirect_url": "/azure/static-web-apps/get-started-portal",
26+
"redirect_document_id": false
27+
},
328
{
429
"source_path_from_root": "/articles/app-service-web/web-sites-restore.md",
530
"redirect_url": "/azure/app-service/manage-backup",

articles/active-directory-b2c/identity-provider-microsoft-account.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 02/13/2023
12+
ms.date: 05/01/2023
1313
ms.custom: project-no-code
1414
ms.author: godonnell
1515
ms.subservice: B2C
@@ -30,14 +30,6 @@ zone_pivot_groups: b2c-policy-type
3030

3131
[!INCLUDE [active-directory-b2c-customization-prerequisites](../../includes/active-directory-b2c-customization-prerequisites.md)]
3232

33-
### Verify the application's publisher domain
34-
As of November 2020, new application registrations show up as unverified in the user consent prompt unless [the application's publisher domain is verified](../active-directory/develop/howto-configure-publisher-domain.md) ***and*** the company’s identity has been verified with the Microsoft Partner Network and associated with the application. ([Learn more](../active-directory/develop/publisher-verification-overview.md) about this change.) Note that for Azure AD B2C user flows, the publisher’s domain appears only when using a Microsoft account or other [Azure AD](../active-directory-b2c/identity-provider-azure-ad-single-tenant.md) tenant as the identity provider. To meet these new requirements, do the following:
35-
36-
1. [Verify your company identity using your Microsoft Partner Network (MPN) account](/partner-center/verification-responses). This process verifies information about your company and your company’s primary contact.
37-
1. Complete the publisher verification process to associate your MPN account with your app registration using one of the following options:
38-
- If the app registration for the Microsoft account identity provider is in an Azure AD tenant, [verify your app in the App Registration portal](../active-directory/develop/mark-app-as-publisher-verified.md).
39-
- If your app registration for the Microsoft account identity provider is in an Azure AD B2C tenant, [mark your app as publisher verified using Microsoft Graph APIs](../active-directory/develop/troubleshoot-publisher-verification.md#making-microsoft-graph-api-calls) (for example, using Graph Explorer). The UI for setting an app’s verified publisher is currently disabled for Azure AD B2C tenants.
40-
4133
## Create a Microsoft account application
4234

4335
To enable sign-in for users with a Microsoft account in Azure Active Directory B2C (Azure AD B2C), you need to create an application in [Azure portal](https://portal.azure.com). For more information, see [Register an application with the Microsoft identity platform](../active-directory/develop/quickstart-register-app.md). If you don't already have a Microsoft account, you can get one at [https://www.live.com/](https://www.live.com/).
@@ -209,4 +201,4 @@ You've now configured your policy so that Azure AD B2C knows how to communicate
209201

210202
If the sign-in process is successful, your browser is redirected to `https://jwt.ms`, which displays the contents of the token returned by Azure AD B2C.
211203

212-
::: zone-end
204+
::: zone-end

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Go to the [reference code](https://github.com/AzureAD/SCIMReferenceCode) from Gi
7575
7676
1. If not installed, add [Azure App Service for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice) extension.
7777
78-
1. To deploy the Microsoft.SCIM.WebHostSample app to Azure App Services, [create a new App Services](../../app-service/quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode#publish-your-web-app).
78+
1. To deploy the Microsoft.SCIM.WebHostSample app to Azure App Services, [create a new App Services](../../app-service/quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode#2-publish-your-web-app).
7979
8080
1. In the Visual Studio Code terminal, run the .NET CLI command. This command generates a deployable publish folder for the app in the bin/debug/publish directory.
8181
@@ -134,8 +134,6 @@ The default token validation code is configured to use an Azure AD token and req
134134

135135
## Next steps
136136

137-
To develop a SCIM-compliant user and group endpoint with interoperability for a client, see [SCIM client implementation](http://www.simplecloud.info/#Implementations2).
138-
139137
- [Tutorial: Validate a SCIM endpoint](scim-validator-tutorial.md)
140138
- [Tutorial: Develop and plan provisioning for a SCIM endpoint](use-scim-to-provision-users-and-groups.md)
141139
- [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)

0 commit comments

Comments
 (0)