diff --git a/frontend/src/app/component/login/login.component.ts b/frontend/src/app/component/login/login.component.ts index 7212081..9cf2633 100644 --- a/frontend/src/app/component/login/login.component.ts +++ b/frontend/src/app/component/login/login.component.ts @@ -62,7 +62,7 @@ export class LoginComponent implements OnInit { 'client_id=waecm' + '&response_type=id_token' + '&prompt=consent' + - '&redirect_uri=' + environment.location + + '&redirect_uri=http://' + environment.location + ':' + environment.port + '&scope=openid%20profile' + '&nonce=' + nonce; window.location.replace(url);