Skip to content

Commit 26430bf

Browse files
authored
Merge pull request #112363 from rwike77/redirecturi
For desktop apps, redirect uri uses http
2 parents b72ab33 + 91c02f6 commit 26430bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-configure-app-access-web-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: quickstart
1111
ms.workload: identity
12-
ms.date: 03/09/2020
12+
ms.date: 04/22/2020
1313
ms.author: ryanwi
1414
ms.custom: aaddev
1515
ms.reviewer: lenalepa, aragra, sureshja
@@ -107,7 +107,7 @@ To configure application settings based on the platform or device, you're target
107107
| **Web** | Enter the **Redirect URI** for your application. |
108108
| **iOS / macOS** | Enter the app **Bundle ID**, which you can find in XCode in Info.plist, or Build Settings. Adding the bundle ID automatically creates a redirect URI for the application. |
109109
| **Android** | Provide the app **Package name**, which you can find in the AndroidManifest.xml file.<br/>Generate and enter the **Signature hash**. Adding the signature hash automatically creates a redirect URI for the application. |
110-
| **Mobile and desktop applications** | Optional. Select one of the recommended **Suggested redirect URIs** if you're building apps for desktop and devices.<br/>Optional. Enter a **Custom redirect URI**, which is used as the location where Azure AD will redirect users in response to authentication requests. For example, for .NET Core applications where you want interaction, use `https://localhost`. |
110+
| **Mobile and desktop applications** | Optional. Select one of the recommended **Suggested redirect URIs** if you're building apps for desktop and devices.<br/>Optional. Enter a **Custom redirect URI**, which is used as the location where Azure AD will redirect users in response to authentication requests. For example, for .NET Core applications where you want interaction, use `http://localhost`. |
111111

112112
> [!IMPORTANT]
113113
> For mobile applications that aren't using the latest Microsoft Authentication Library (MSAL) or not using a broker, you must configure the redirect URIs for these applications in **Desktop + devices**.

0 commit comments

Comments
 (0)