Skip to main content

v26.2.16

v26.2.16

Accept the OpenID Connect prompt=select_account value

OAuth 2.0 authorization requests that include prompt=select_account are now accepted instead of being rejected with an invalid_request error. This brings support for all OpenID Connect prompt values defined in the specification.

Because a login session is tied to a single account, select_account is treated like login: the user is always sent to the login screen, where they can authenticate with the account of their choice.