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 371606d commit 014301eCopy full SHA for 014301e
python-django-sso-example/sso/views.py
@@ -44,7 +44,7 @@ def auth(request):
44
authorization_url = workos.client.sso.get_authorization_url(
45
connection=CONNECTION_ID,
46
redirect_uri=REDIRECT_URI,
47
- state={},
+ state="state_can_be_any_string",
48
)
49
return redirect(authorization_url)
50
0 commit comments