Hi everyone, I have a question related to social s...
# talk-kratos
t
Hi everyone, I have a question related to social sign in Kratos using Microsoft, how can I specify
?prompt=select_account
to always prompt to select an account or login with different account when logging in with microsoft? While configuring a social sign in does not have any option there. Also, I tried using auth_url config in providers but I think for Microsoft it ignores the auth url config provided.
Copy code
- id: microsoft
            provider: microsoft
            client_id: #######
            client_secret: ######
            microsoft_tenant: #####
            auth_url: <https://login.microsoftonline.com/####/oauth2/v2.0/authorize?prompt=select_account>
            mapper_url: file:///etc/config/oidc/microsoft/oidc.microsoft.jsonnet
            scope:
              - profile
              - email