Skip to content

Commit 577786c

Browse files
authored
lnalepa feedback
1 parent e464f89 commit 577786c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/active-directory/develop/azure-ad-endpoint-comparison.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,19 @@ The v2.0 endpoint will evolve to eliminate the restrictions listed here, so that
130130

131131
### Restrictions on app registrations
132132

133-
Currently, for each app that you want to integrate with the v2.0 endpoint, you can create an app registration in the new [Microsoft Application Registration Portal](https://apps.dev.microsoft.com/?referrer=https://azure.microsoft.com/documentation/articles&deeplink=/appList). Alternatively, you can register an app using the [**App registrations (Preview)** experience](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredAppsPreview) in the Azure portal. Existing Microsoft account apps are not compatible with the preview portal, but all AAD apps are, regardless of where or when they were registered.
133+
Currently, for each app that you want to integrate with the v2.0 endpoint, you can create an app registration in the [Microsoft Application Registration Portal](https://apps.dev.microsoft.com/?referrer=https://azure.microsoft.com/documentation/articles&deeplink=/appList). Alternatively, you can register an app using the [**App registrations (Preview)** experience](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredAppsPreview) in the Azure portal. Existing Microsoft account apps are not compatible with the preview portal, but all AAD apps are, regardless of where or when they were registered.
134134

135-
Ap registrations that support work and school accounts as well as personal accounts have the following caveats:
135+
App registrations that support work and school accounts as well as personal accounts have the following caveats:
136136

137137
* Only two app secrets are allowed per application ID.
138138
* An app registration registered by a user with a personal Microsoft account in the App Registration Portal can be viewed and managed only by a single developer account. It can't be shared between multiple developers. If you'd like to share your app registration with multiple developers, you can create the application by signing in with an Azure AD account.
139139
* There are several restrictions on the format of the redirect URL that is allowed. For more information about redirect URL, see the next section.
140140

141141
### Restrictions on redirect URLs
142142

143-
Apps that are registered for v2.0 are restricted to a limited set of redirect URL values. The redirect URL for web apps and services must begin with the scheme `https`, and all redirect URL values must share a single DNS domain. For example, you cannot register a web app that has one of these redirect URLs:
143+
Apps that are registered for v2.0 are restricted to a limited set of redirect URL values. The redirect URL for web apps and services must begin with the scheme `https`, and all redirect URL values must share a single DNS domain. The registration system compares the whole DNS name of the existing redirect URL to the DNS name of the redirect URL that you are adding. `http://localhost` is also supported as a redirect URL.
144144

145-
* `https://login-east.contoso.com`
146-
* `https://login-west.contoso.com`
147-
148-
The registration system compares the whole DNS name of the existing redirect URL to the DNS name of the redirect URL that you are adding. The request to add the DNS name will fail if either of the following conditions is true:
145+
The request to add the DNS name will fail if either of the following conditions is true:
149146

150147
* The whole DNS name of the new redirect URL does not match the DNS name of the existing redirect URL.
151148
* The whole DNS name of the new redirect URL is not a subdomain of the existing redirect URL.

0 commit comments

Comments
 (0)