File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 ConfidentialClientApplication ,
3232 PublicClientApplication ,
3333 )
34+ from .oauth2cli .oidc import Prompt
3435from .token_cache import TokenCache , SerializableTokenCache
3536
Original file line number Diff line number Diff line change 6262 # after already extracting the username from an earlier sign-in
6363 # by using the preferred_username claim from returned id_token_claims.
6464
65- #prompt="select_account" , # Optional. It forces to show account selector page
66- #prompt="create" , # Optional. It brings user to a self-service sign-up flow.
65+ #prompt=msal.Prompt.SELECT_ACCOUNT , # Or simply "select_account". Optional. It forces to show account selector page
66+ #prompt=msal.Prompt.CREATE , # Or simply "create". Optional. It brings user to a self-service sign-up flow.
6767 # Prerequisite: https://docs.microsoft.com/en-us/azure/active-directory/external-identities/self-service-sign-up-user-flow
6868 )
6969
You can’t perform that action at this time.
0 commit comments