Skip to content

Commit de688b0

Browse files
jhickmanitclaude
andcommitted
docs: document OIDC prompt=select_account value
Ory Hydra now accepts the OpenID Connect prompt=select_account authorization-request value. Because an Ory login session is tied to a single account, select_account is treated like login: the user is sent to the login screen, where they can authenticate with the account of their choice. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 927789c commit de688b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/oauth2-oidc/authorization-code-flow.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ to the Authorization Server with the following parameters:
5454
already authenticated or has not already granted consent, the Authorization Server returns an error.
5555
- `login`: This value indicates that the Authorization Server should prompt the user to login before processing the access
5656
request.
57+
- `select_account`: This value indicates that the Authorization Server should prompt the user to select a user account. Because
58+
an Ory login session is tied to a single account, this behaves like `login`: the user is sent to the login screen, where they
59+
can authenticate with the account of their choice.
5760
- `consent`: This value indicates that the Authorization Server should prompt the user to grant consent before processing the
5861
access request.
5962
- `registration`: This value indicates that the Authorization Server should display the registration UI instead of the login UI.

0 commit comments

Comments
 (0)