-
Notifications
You must be signed in to change notification settings - Fork 207
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
Wrong OmniAuth configuration. If your are getting this exception... message #129
Comments
Hello, Could you please also post the |
Of course
|
http://stackoverflow.com/questions/24574094/deviseomniauth-routes-versioning The solution that uncomment the line at the bottom of the file, it says: |
Hi @vmvwebworks, Can you please confirm that the solution in that Stack Overflow post resolved your issue? Or are you still encountering the error? |
Yes, it solved, at least for now. I still developing the same feature, i will notify here if i found more issues. |
thanks for this @vmvwebworks , i've encountered same issue and couldn't find any solution until now. would be best if we could add this to readme |
The fix is nice but as the config file is global than it doesn't work when using multiple devise model and not all are on the namespace. Any ideas on how to achieve this path fix for only one devise model/route ? |
We are currently running into this issue too. Any updates or potential workarounds? |
After configure, i tried to start the server and said this:
I have this on my user model
devise :registerable, :confirmable, :recoverable, :rememberable, :trackable, :validatable, :database_authenticatable, :omniauthable, :omniauth_providers => [:saml]
I follow the instructions include when it says to follow omniauth facebook example and got this. What would be done?
The text was updated successfully, but these errors were encountered: