Back

Direct SSO


Predefined testing data

Yawave realm application: https://app.test-yawave.com/app1-yawave-realm/discover
Client id: custom-client-id
Redirect uri: https://google.com(de/fr)
State: success
Slug: app1-yawave-realm

Checklist

1. Signup/Login: Pages open with custom client ID in the URL
2. Check Signup and redirect to custom redirect uri (Google)
3. Check Login with redirect to redirect uri (Google)


Details

TEST link:
https://sso.test-yawave.com/auth/realms/yawave/protocol/openid-connect/auth?response_type=code&scope=openid%20profile%20email&client_id=custom-client-id&redirect_uri={REDIRECT_URI}&state={OPTIONAL_VALUE}&slug={SLUG}&kc_locale={ec|de|fr}
replace slug w/ app living in yawave realm
state and kc_locale ==> optional
state ==> any value
redirect_url => any url

Back