uri to login

This commit is contained in:
Bastian Wagner
2024-12-27 21:45:28 +01:00
parent 5363d0880f
commit 66302ff05a

View File

@@ -119,7 +119,7 @@ export class AuthService {
}
public routeToLogin() {
const url = `https://sso.beantastic.de?client_id=ffc46841-26f8-4946-a57a-5a9f8f21bc13&redirect_uri=${environment.location}`;
const url = `https://sso.beantastic.de?client_id=ffc46841-26f8-4946-a57a-5a9f8f21bc13&redirect_uri=${environment.location}&response_type=code&scope=profile`;
location.href = url;
}
}