Skip to content

It's not clear how to configure prompt: "select_account" for omniauth "azure_activedirectory_v2"

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Further details

I want to configure the oidc parameter prompt for "azure_activedirectory_v2"

I tried:

args: {
            client_id: "something",
            client_secret: "something",
            tenant_id: "something",
            authorize_params: {
                prompt: "select_account"
            }
        }

but it's not working

Proposal

extend the docs for omniauth. It would be good if there would be an example how to configure the prompt method for "azure_activedirectory_v2"

Edited by 🤖 GitLab Bot 🤖