This commit is contained in:
Manuel Hude 2021-05-04 20:15:47 +02:00
commit 5d8a8f95c0

View File

@ -62,7 +62,7 @@ export class LoginComponent implements OnInit {
'client_id=waecm' + 'client_id=waecm' +
'&response_type=id_token' + '&response_type=id_token' +
'&prompt=consent' + '&prompt=consent' +
'&redirect_uri=' + environment.location + '&redirect_uri=http://' + environment.location + ':' + environment.port +
'&scope=openid%20profile' + '&scope=openid%20profile' +
'&nonce=' + nonce; '&nonce=' + nonce;
window.location.replace(url); window.location.replace(url);