Skip to content

Commit 3617db2

Browse files
committed
A demo on how to use prompt=create
1 parent b07bed6 commit 3617db2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/interactive_sample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
# by using the preferred_username claim from returned id_token_claims.
6464

6565
#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
6668
)
6769

6870
if "access_token" in result:

0 commit comments

Comments
 (0)