File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/active-directory/manage-apps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ms.workload: identity
12
12
ms.tgt_pltfrm : na
13
13
ms.devlang : na
14
14
ms.topic : conceptual
15
- ms.date : 01/23 /2020
15
+ ms.date : 01/24 /2020
16
16
ms.author : mimart
17
17
ms.reviewer : japere
18
18
ms.custom : it-pro
@@ -84,7 +84,7 @@ There are two methods you can use to register the connector:
84
84
/// <summary>
85
85
/// The reply address of the connector application in AAD
86
86
/// </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 ");
88
88
89
89
/// <summary>
90
90
/// The AppIdUri of the registration service in AAD
@@ -137,7 +137,7 @@ There are two methods you can use to register the connector:
137
137
[string]$ConnectorAppId = "55747057-9b5d-4bd4-b387-abf52a8bd489"
138
138
139
139
# 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 "
141
141
142
142
# The AppIdUri of the registration service in AAD
143
143
[uri]$RegistrationServiceAppIdUri = "https://proxy.cloudwebappproxy.net/registerapp"
You can’t perform that action at this time.
0 commit comments