DEV Community

Cover image for Google OIDC and Prompt Login
Justin Poehnelt for Google Workspace Developers

Posted on

Google OIDC and Prompt Login

The OpenID Connect (OIDC) specification states that when the prompt parameter is set to &prompt=login, the authorization server should prompt the user for reauthentication. If reauthentication fails, an error must be returned.

However, Google doesn't support this prompt! It only supports: &prompt=none, &prompt=consent and &prompt=select_account.

Available prompts

See the feature request in the issue tracker and the available OAuth parameters.

Top comments (0)