Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/oauth2-oidc/authorization-code-flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ to the Authorization Server with the following parameters:
already authenticated or has not already granted consent, the Authorization Server returns an error.
- `login`: This value indicates that the Authorization Server should prompt the user to login before processing the access
request.
- `select_account`: This value indicates that the Authorization Server should prompt the user to select a user account. Because
an Ory login session is tied to a single account, this behaves like `login`: the user is sent to the login screen, where they
can authenticate with the account of their choice.
- `consent`: This value indicates that the Authorization Server should prompt the user to grant consent before processing the
access request.
- `registration`: This value indicates that the Authorization Server should display the registration UI instead of the login UI.
Expand Down
Loading