Skip to content
Snippets Groups Projects
Commit 39b1640a authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

One more place with the wrong realm

parent 00ffd7dd
Branches
No related tags found
No related merge requests found
Pipeline #53804 passed
......@@ -51,7 +51,7 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) {
div.innerHTML = "You are not logged in!";
return;
}
let userInfoURL = 'https://auth-dev.tugraz.at/auth/realms/tugraz/protocol/openid-connect/userinfo';
let userInfoURL = 'https://auth-dev.tugraz.at/auth/realms/tugraz-vpu/protocol/openid-connect/userinfo';
// NOTE: the URL and realm need to match the keycloak config above
const response = await fetch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment