From 39b1640a0d62d869aae241aada75cdca96e68e5d Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 16 Aug 2021 15:25:39 +0200 Subject: [PATCH] One more place with the wrong realm --- packages/auth/src/dbp-auth-demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/src/dbp-auth-demo.js b/packages/auth/src/dbp-auth-demo.js index c5070c08..c4f9a872 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( -- GitLab