Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support login_hint in auth code flow #271

Closed
chlowell opened this issue Sep 20, 2021 · 0 comments · Fixed by #354
Closed

Support login_hint in auth code flow #271

chlowell opened this issue Sep 20, 2021 · 0 comments · Fixed by #354
Labels
enhancement New feature or request

Comments

@chlowell
Copy link
Collaborator

I see some vestigial code for this:

// There were left over from an implementation that didn't use any of these. We may
// need to add them later, but as of now aren't needed.
/*
if p.ResponseMode != "" {
urlParams.Add("response_mode", p.ResponseMode)
}
if p.LoginHint != "" {
urlParams.Add("login_hint", p.LoginHint)
}

Please add at least login_hint; the Azure SDK would use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants