We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07bed6 commit 3617db2Copy full SHA for 3617db2
sample/interactive_sample.py
@@ -63,6 +63,8 @@
63
# by using the preferred_username claim from returned id_token_claims.
64
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.
67
+ # Prerequisite: https://docs.microsoft.com/en-us/azure/active-directory/external-identities/self-service-sign-up-user-flow
68
)
69
70
if "access_token" in result:
0 commit comments