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
No related branches found
No related tags found
No related merge requests found
Pipeline #53804 passed
...@@ -51,7 +51,7 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) { ...@@ -51,7 +51,7 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) {
div.innerHTML = "You are not logged in!"; div.innerHTML = "You are not logged in!";
return; 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 // NOTE: the URL and realm need to match the keycloak config above
const response = await fetch( const response = await fetch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment