Skip to content

Support login_hint in authorize request. #633

@evert

Description

@evert

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.

Metadata

Metadata

Assignees

Labels

onlydust-waveContribute to awesome OSS repos during OnlyDust's open source week

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions