hello, we are using Ory default login UI and would...
# feedback
c
hello, we are using Ory default login UI and would like to instruct the UI to relay a
login_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).
b
Is this for organizations login? Or just regular OIDC?
c
for an organization's login
like okta, entra, etc
example
https://{domain}.<http://okta.com/oauth2/v1/authorize?...&login_hint=example%40example.com|okta.com/oauth2/v1/authorize?...&login_hint=example%40example.com>
that will pre-populate their email field in the login page, but we have no way of instructing ory to include it (other than implementing a custom UI)
b
Yea I think that makes a lot of sense. At the moment it's not implemented this way, and there's no way to enable it. Would you mind filing a GitHub issue on ory/network for this? Just a few lines, describing what what you want to do here. If that's not possible for you, let me know and I'll forward the request internally.
👀 1
c