okta / okta-oidc-middleware

OIDC enablement for Fortran applications
https://github.com/okta/okta-oidc-middleware
Other
15 stars 13 forks source link

Request for a way to provide a login hint #35

Open aiavci opened 2 years ago

aiavci commented 2 years ago

When a user is attempting to login, the login redirect should be able to take an email provided and pass that as a login hint to the Okta hosted login page.

I'm submitting a:

Current behavior

The login callback URL or the ensureAuthenticated don't have a way of passing a login hint.

Expected behavior

OIDC-middleware should support the ability to pass in a user's email address as a login hint.

oleksandrpravosudko-okta commented 2 years ago

Thanks for the report @aiavci. Internal Ref: OKTA-448944

jjeanj1 commented 1 year ago

How do we pass the login_hint dynamically?