Unable to handle this way - Firefox Conflict

This commit is contained in:
Matt Smith 2020-08-17 10:52:52 -05:00
parent fb01054539
commit 1075fedad3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export class HomeComponent {
const redirectUri = url + '/sso-connector.html';
// Launch browser
window.open(url + '/#/sso?clientId=browser' +
this.platformUtilsService.launchUri(url + '/#/sso?clientId=browser' +
'&redirectUri=' + encodeURIComponent(redirectUri) +
'&state=' + state + '&codeChallenge=' + codeChallenge);
}