diff --git a/packages/auth/src/dbp-auth-demo.js b/packages/auth/src/dbp-auth-demo.js index c5070c08609ea7159d0ed75615827cc08e357686..c4f9a8725e390b92fbe11d09ac5e88112c52e341 100644 --- a/packages/auth/src/dbp-auth-demo.js +++ b/packages/auth/src/dbp-auth-demo.js @@ -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(