Skip to content

Commit a68e466

Browse files
authored
Merge pull request #102236 from msmimart/mm-uri
[App Mgmt] App Proxy register connector PS - revert uri
2 parents 87f3a6f + cbd0491 commit a68e466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/manage-apps/application-proxy-register-connector-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 01/23/2020
15+
ms.date: 01/24/2020
1616
ms.author: mimart
1717
ms.reviewer: japere
1818
ms.custom: it-pro
@@ -84,7 +84,7 @@ There are two methods you can use to register the connector:
8484
/// <summary>
8585
/// The reply address of the connector application in AAD
8686
/// </summary>
87-
static readonly Uri ConnectorRedirectAddress = new Uri("https://login.microsoftonline.com/common/oauth2/nativeclient");
87+
static readonly Uri ConnectorRedirectAddress = new Uri("urn:ietf:wg:oauth:2.0:oob");
8888

8989
/// <summary>
9090
/// The AppIdUri of the registration service in AAD
@@ -137,7 +137,7 @@ There are two methods you can use to register the connector:
137137
[string]$ConnectorAppId = "55747057-9b5d-4bd4-b387-abf52a8bd489"
138138
139139
# The reply address of the connector application in AAD
140-
[uri]$ConnectorRedirectAddress = "https://login.microsoftonline.com/common/oauth2/nativeclient"
140+
[uri]$ConnectorRedirectAddress = "urn:ietf:wg:oauth:2.0:oob"
141141
142142
# The AppIdUri of the registration service in AAD
143143
[uri]$RegistrationServiceAppIdUri = "https://proxy.cloudwebappproxy.net/registerapp"

0 commit comments

Comments
 (0)