Skip to content

Commit 9ac958b

Browse files
Merge pull request #209236 from mmacy/msid-ado-1922716-msa-no-query-param
[msid][accuracy] no redirect URI query params for MSA (ADO-1922716)
2 parents b8ab892 + 511e4d2 commit 9ac958b

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

articles/active-directory/develop/reply-url.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
title: Redirect URI (reply URL) restrictions | Azure AD
2+
title: Redirect URI (reply URL) restrictions
33
description: A description of the restrictions and limitations on redirect URI (reply URL) format enforced by the Microsoft identity platform.
44
author: madansr7
5-
ms.author: saumadan
65
manager: CelesteDG
7-
ms.date: 09/03/2021
8-
ms.topic: conceptual
9-
ms.subservice: develop
10-
ms.custom: contperf-fy21q4-portal, aaddev
6+
ms.author: saumadan
7+
ms.date: 08/25/2022
8+
ms.reviewer: marsma
119
ms.service: active-directory
12-
ms.reviewer: marsma, lenalepa, manrath
10+
ms.subservice: develop
11+
ms.topic: reference
1312
---
1413

1514
# Redirect URI (reply URL) restrictions and limitations
@@ -56,6 +55,19 @@ You can use a maximum of 256 characters for each redirect URI you add to an app
5655
* Always add redirect URIs to the application object only.
5756
* Do not add redirect URI values to a service principal because these values could be removed when the service principal object syncs with the application object. This could happen due to any update operation which triggers a sync between the two objects.
5857

58+
## Query parameter support in redirect URIs
59+
60+
Query parameters are **allowed** in redirect URIs for applications that *only* sign in users with work or school accounts.
61+
62+
Query parameters are **not allowed** in redirect URIs for any app registration configured to sign in users with personal Microsoft accounts like Outlook.com (Hotmail), Messenger, OneDrive, MSN, Xbox Live, or Microsoft 365.
63+
64+
| App registration sign-in audience | Supports query parameters in redirect URI |
65+
|------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
66+
| Accounts in this organizational directory only (Contoso only - Single tenant) | :::image type="icon" source="media/common/yes.png" border="false"::: |
67+
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) | :::image type="icon" source="media/common/yes.png" border="false"::: |
68+
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox) | :::image type="icon" source="media/common/no.png" border="false"::: |
69+
| Personal Microsoft accounts only | :::image type="icon" source="media/common/no.png" border="false"::: |
70+
5971
## Supported schemes
6072

6173
**HTTPS**: The HTTPS scheme (`https://`) is supported for all HTTP-based redirect URIs.

0 commit comments

Comments
 (0)