You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd been pulling my hair out trying to get the demo app working, but kept getting invalid_client_id when omniauth-salesforce was trying to get the token.
I found a solution and figured I'd share it in case anyone is having the same problem. The answer for me is to pass client_options: { auth_scheme: :request_body } in the setup.
I'd been pulling my hair out trying to get the demo app working, but kept getting invalid_client_id when omniauth-salesforce was trying to get the token.
I found a solution and figured I'd share it in case anyone is having the same problem. The answer for me is to pass client_options: { auth_scheme: :request_body } in the setup.
Here is the error as it shows up in the log:
When I added the auth_scheme: :request_body, the successful logs are:
My builder config now looks like:
The text was updated successfully, but these errors were encountered: