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
Can we just use the redirect_uri from config in this line instead of getting it from request object? A bug in request library that returns the URL with http:// regardless of the original URL is http or https causing an issue in sample app.
Can we just use the redirect_uri from config in this line instead of getting it from request object? A bug in request library that returns the URL with http:// regardless of the original URL is http or https causing an issue in sample app.
samples-python-flask/okta-hosted-login/main.py
Line 71 in 44387a1