mirror of
https://github.com/ysoftdevs/oauth-playground-client.git
synced 2026-05-05 15:33:32 +02:00
Summary
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user