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/azure-ad-endpoint-comparison.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,22 +130,19 @@ The v2.0 endpoint will evolve to eliminate the restrictions listed here, so that
130
130
131
131
### Restrictions on app registrations
132
132
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.
134
134
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:
136
136
137
137
* Only two app secrets are allowed per application ID.
138
138
* 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.
139
139
* There are several restrictions on the format of the redirect URL that is allowed. For more information about redirect URL, see the next section.
140
140
141
141
### Restrictions on redirect URLs
142
142
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.
144
144
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:
149
146
150
147
* The whole DNS name of the new redirect URL does not match the DNS name of the existing redirect URL.
151
148
* The whole DNS name of the new redirect URL is not a subdomain of the existing redirect URL.
0 commit comments