-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Successful Oauth Login Immediately Redirects #56
Comments
@micahjmartin , that may happen when you use http. |
Also, read up on delayed start in the docs. You may want to add that directive. |
If you do use http, please see cookie insecure directive. |
There shouldnt be any http requests, setting
I have a |
After successfully getting a login from an OAuth2 authentication server, the security plugin is immediately issuing a redirect back to login. This prevents the user from ever seeing pages despite having a valid
AUTHP_SESSION_ID
The text was updated successfully, but these errors were encountered: