-
Notifications
You must be signed in to change notification settings - Fork 1.1k
empty request.env['omniauth.params'] causes exception #586
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
Comments
I'm getting the same error with facebook oauth. @anklos any luck solving this? |
@daudt in summary, use |
@anklos Ok, so I've tried passing |
In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error! If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it. Hope all is well. |
I still have this issue on the latest tag v0.1.43.beta1. 0.1.42 was not working either. By this I mean when my redirect was issued to https://my.host/auth/saml/callback?resource_class=User I saw the following error. I should note this is on a rails api-only app using omniauth-saml |
Same error as @caseyprovost here! |
same here, actually tried with several strategies, it looks like that |
@muhammadyana have you tried to configure the |
@yortz i have tried configure the |
Hi there,
I open
localhost:300/omniauth/facebook
and authorize the app, then I see this error:The line of the code is:
I set a debugger there and found that
request.env['omniauth.params']
is an empty hash{}
.Same issue happened for google oauth login.
Is there any omniauth params I miss in the setup?
Thanks!
The text was updated successfully, but these errors were encountered: