You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check if your Feature Request has not been already raised in the Discussions Tab, as we would like to reduce duplicates. If it has been already raised, simply upvote it 🔼.
Is your proposal related to a problem?
I checked from the code here that the SAML login don't work with login_hint field:
@inker-kuo Thanks for creating this issue. Seems like there is no built in support for login_hint under SAML. We might need to look into other options like using relayState for this.
Is your proposal related to a problem?
I checked from the code here that the SAML login don't work with login_hint field:
jackson/npm/src/controller/oauth.ts
Line 492 in 7576341
Can we support it?
My example local setup with NextAuth is
Describe the solution you'd like
Can signIn by passing the login_hint in as the following NextAuth example code:
And the IdP side can automatically fill it into their login page.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: