This commit is contained in:
konarfil
2023-09-25 15:43:43 +02:00
parent 3cf5463c08
commit dd89b5664c
9 changed files with 268 additions and 99 deletions

View File

@@ -175,7 +175,7 @@
return window.location.protocol + "//" + window.location.host + "/flow/pkce-3";
}
const baseUrl = "https://sso.rumbuddy.cz/realms/OAuthPlayground/protocol/openid-connect/auth";
const baseUrl = "https://www.sso.oauth-playground.online/auth";
const responseType = "code";
const clientId = "oauth-playground";
const redirectUri = getRedirectUri();