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 56f3cf5 commit 7645310Copy full SHA for 7645310
python-django-sso-example/sso/views.py
@@ -13,8 +13,7 @@
13
workos.base_api_url = 'http://localhost:8000/' if settings.DEBUG else workos.base_api_url
14
15
# Constants
16
-# Required: Fill in either domain or customer_ID or both, at least one must be populated to generate auth connection.
17
-# For testing purposes we fitted domain with gmail.com as an example, please edit and add domains as needed for your testing.
+# Required: Fill in CONNECTION_ID for the desired connection from the WorkOS Dashboard
18
19
CONNECTION_ID = 'xxx'
20
REDIRECT_URI = os.getenv('REDIRECT_URI')
0 commit comments