Skip to content

Commit d0c98d5

Browse files
authored
Merge pull request #94730 from mmacy/b2c-appreg-followups
[b2c] udpate w/B2C specifics
2 parents df7751a + aefd75c commit d0c98d5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/active-directory/develop/app-registrations-training-guide.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: App registrations in the Azure portal training guide - Azure
3-
description: Build embedded and browser-less authentication flows using the device code grant.
3+
description: An introduction to the new application registration experience in the Microsoft identity platform.
44
services: active-directory
55
documentationcenter: ''
66
author: archieag
@@ -20,10 +20,12 @@ ms.custom: aaddev
2020
ms.collection: M365-identity-device-management
2121
---
2222

23-
# Training guide: App registrations in the Azure portal
23+
# Training guide: App registrations in the Azure portal
2424

2525
You can find numerous improvements in the new [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience in the Azure portal. If you're more familiar with the legacy experience, use this training guide to get you started using the new experience.
2626

27+
In Azure Active Directory, the new application registration experience described here generally available (GA). In Azure Active Directory B2C (Azure AD B2C), this experience is in preview.
28+
2729
## Key changes
2830

2931
- App registrations aren't limited to being either a **web app/API** or a **native** app. You can use the same app registration for all of these by registering the respective redirect URIs.
@@ -39,7 +41,7 @@ You can find numerous improvements in the new [App registrations](https://go.mic
3941

4042
In the legacy experience, to register an app you were required to provide: **Name**, **Application type**, and **Sign-on URL/Redirect URI**. The apps that were created were Azure AD only single-tenant applications meaning that they only supported organizational accounts from the directory the app was registered in.
4143

42-
In the new experience, you must provide a **Name** for the app and choose the **Supported account types**. You can optionally provide a **redirect URI**. If you provide a redirect URI, you'll need to specify if it's web/public (mobile and desktop). For more info on how to register an app using the new app registrations experience, see [this quickstart](quickstart-register-app.md).
44+
In the new experience, you must provide a **Name** for the app and choose the **Supported account types**. You can optionally provide a **redirect URI**. If you provide a redirect URI, you'll need to specify if it's web/public (mobile and desktop). For more info on how to register an app using the new app registrations experience, see [Register an app with the Microsoft identity platform](quickstart-register-app.md). For Azure AD B2C, see [Register an application in Azure Active Directory B2C](../../active-directory-b2c/tutorial-register-applications.md).
4345

4446
## The legacy Properties page
4547

@@ -65,7 +67,7 @@ In the legacy experience, an app had **Keys** page. In the new experience, it ha
6567
## Required permissions/API permissions
6668

6769
- In the legacy experience, an app had a **Required permissions** page. In the new experience, it has been renamed to **API permissions**.
68-
- When selecting an API in the legacy experience, you could choose from a small list of Microsoft APIs or search through service principals in the tenant. In the new experience, you can choose from multiple tabs: **Microsoft APIs**, **APIs my organization uses**, or **My APIs**. The search bar on **APIs my organization** uses tab searches through service principals in the tenant.
70+
- When selecting an API in the legacy experience, you could choose from a small list of Microsoft APIs or search through service principals in the tenant. In the new experience, you can choose from multiple tabs: **Microsoft APIs**, **APIs my organization uses**, or **My APIs**. The search bar on **APIs my organization** uses tab searches through service principals in the tenant.
6971

7072
> [!NOTE]
7173
> You won't see this tab if your application isn't associated with a tenant. For more info on how to request permissions using the new experience, see [this quickstart](quickstart-configure-app-access-web-apis.md).

0 commit comments

Comments
 (0)