fix redirect_uri
This commit is contained in:
parent
f724154248
commit
edac97ec8e
@ -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