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.
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
ensureAuthenticateddon'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.