Skip to content

Commit

Permalink
Fixed Gov URI Fixed refresh token context (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sewalshmsft authored Aug 23, 2023
1 parent d104381 commit a488b8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ redirect_uri_global = "https://de-users-preview.sqlazurelabs.com/account/reply/"
// Oauth info from azure portal government
client_id_gov = Text.FromBinary(Extension.Contents("client_id_govus"));
// redirect_uri_gov = "https://portal.azure.us/signin/index/?feature.refreshtokenbinding=true&feature.usemsallogin=true";
redirect_uri_gov = "https://de-users-preview.sqlazurelabs.com/account/reply/";
redirect_uri_gov = "https://preview.powerbigov.us/views/oauthredirect.html";


windowWidth = 800;
Expand Down Expand Up @@ -352,7 +352,7 @@ StartLoginUsGov=(resourceUrl, state, display)=>
CallbackUri = redirect_uri_gov,
WindowHeight = windowHeight,
WindowWidth = windowWidth,
Context = null
Context = "us-government"
];

// complete the login process
Expand Down

0 comments on commit a488b8f

Please sign in to comment.