Merge branch 'master' of https://student.inso.tuwien.ac.at/01527193/waecm-g4
This commit is contained in:
commit
5d8a8f95c0
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user