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 authorize request. #633

Open
evert opened this issue Feb 19, 2025 · 0 comments
Open

Support login_hint in authorize request. #633

evert opened this issue Feb 19, 2025 · 0 comments
Assignees

Comments

@evert
Copy link
Member

evert commented Feb 19, 2025

When a user is redirected to the /authorize endpoint using an OpenID Connect client, we should support the login_hint query parameter here.

login_hint can be the username or email address. It's documented here https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest

The way the /authorize endpoint currently works is that it checks if a user is currently logged in, and if not it redirects the user to the /login endpoint (after login, the user goes back to /authorize).

Therefore it might make sense to support login_hint both on /authorize and /login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants