I am trying to get Ruby on Rails 4.1, from which gem omniauth
and Gems logistics
according to this instructions link.
All is going well, I have to pick things up and move with a hyperlink, which takes me to a sales force login and it seems that it is OK to return to the callback. However, when I get an error:
OAuth2 :: error
Missing_OAuth_Token
This really left me confused And mystified, my oauth token by callback should definitely be supplied?
I have stored in my client_id and client_secret app and they start loading correctly My login force via Omniauth needs login with login and password all right? I do not see anywhere in any other place or forcing gem and touching an oyt token ... and yet I'm not sure where to get it.
I read that some authentication with gem has recently failed omniauth
and an existing issue of excluding a new version is a request if I pull my gem directly I get a different error that I have already posted.
Anyone can give any advice on this:
-
I remember to come from
(I actually Can not work if I should provide it in my app or if he comes back from the sales force -
How best would it be to debug it? ? (I had thought about using the
debugger
, but to ping the code outside my tracks, I'm not sure how much of it
-
-
What would be the right way to establish it correctly!
Any help would be greatly appreciated!
This was actually a bug in omniauth-salesforce gem -
There was a slight change on the way the Salesforce API worked, which was resolved in the bridge request from above. You have to upgrade your gem, which is the solution to the problem.
Comments
Post a Comment