Skip to content

Commit 533aae3

Browse files
committed
adding ADFS and B2C note
1 parent 91c02f6 commit 533aae3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ To configure application settings based on the platform or device, you're target
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. |
110110
| **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

112+
> [!NOTE]
113+
> On Active Directory Federation Services (AD FS) and Azure AD B2C, you must also specify a port number. For example: `http://localhost:1234`.
114+
112115
> [!IMPORTANT]
113116
> 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**.
114117

0 commit comments

Comments
 (0)