straight-actor-10624
02/09/2023, 12:16 AM?login_hint
is present and has an email value.
However, when the user lands on the google sign in page, they're prompted to choose an account. When adding &prompt=none
to the browser's URL and refreshing the page, google correctly defaults to the "first" account; when adding ?login_hint
to the google URL, it correctly uses the corresponding account (provided the user already has a session with google).
My question: is there a way to get kratos' /self-service/login
API to send ?login_hint={}
and ?prompt={}
to social IDPs?