Skip to content

Commit 03879ad

Browse files
minor updates to PopContext
1 parent b882c24 commit 03879ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public static Task DeleteAuthRecordAsync()
481481
public static PopTokenRequestContext CreatePopTokenRequestContext(IAuthContext authContext)
482482
{
483483
// Creating a httpclient that would handle all pop calls
484-
Uri popResourceUri = GraphSession.Instance.GraphRequestProofofPossession.Uri ?? new Uri("https://canary.graph.microsoft.com/beta/me"); //PPE (https://graph.microsoft-ppe.com) or Canary (https://canary.graph.microsoft.com) or (https://20.190.132.47/beta/me)
484+
Uri popResourceUri = GraphSession.Instance.GraphRequestProofofPossession.Uri ?? new Uri("https://graph.microsoft.com/beta/organization"); //PPE (https://graph.microsoft-ppe.com) or Canary (https://canary.graph.microsoft.com) or (https://20.190.132.47/beta/me)
485485
HttpClient popHttpClient = new(new HttpClientHandler());
486486

487487
// Find the WWW-Authenticate header in the response.

0 commit comments

Comments
 (0)