I tried the login functions using "omnioauth-salesforce" using login for Salesforce developers, I mention the callback http://localhost:3000/auth/salesforce/callback inside the connected application
in my devise.rb
config.omniauth :salesforce, "consumer_id","consumer_secret"
when I click on the login link /users/auth/salesforce/ I get this error
errors = redirect_uri_mismatch & error_description = redirect_uri% 20must% 20match% 20configuration
source share