crooked-jelly-294
09/25/2025, 6:57 PMlogin_hint to the upstream SSO provider to pre-populate the email address at the SSO provider's login page. Is there a query param that could be implemented to instruct this logic? example: redirect .../self-service/login/browser?...&relay_login_hint=true
It seems to be only possible if we implement a custom UI and pass a form field during a post. It would be helpful since once the user lands on their SSO login, they might not have the email stored in a cookie, and would have to enter the email twice (once at ory login, and once at SSO login).bland-eye-99092
09/25/2025, 7:02 PMcrooked-jelly-294
09/25/2025, 7:05 PMcrooked-jelly-294
09/25/2025, 7:05 PMcrooked-jelly-294
09/25/2025, 7:06 PMhttps://{domain}.<http://okta.com/oauth2/v1/authorize?...&login_hint=example%40example.com|okta.com/oauth2/v1/authorize?...&login_hint=example%40example.com>crooked-jelly-294
09/25/2025, 7:07 PMbland-eye-99092
09/25/2025, 7:16 PMcrooked-jelly-294
09/25/2025, 8:43 PM