You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have followed the demos and I am getting CORS error on browser when I am trying to redirect to the prompt_uri.
Any idea why?
.
.
.
prompt_uri = duo_client.create_auth_url(username, state)
# Redirect to prompt URI which will redirect to the client's redirect URI
# after 2FA
return redirect(prompt_uri)
.
.
.