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
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
We've initiated a single sign on gate to login to our Salesforce environment. Is there a way for Rforcecom to handle some type of Oauth 2.0 handoff? I'm really unfamiliar with security protocols so any ideas would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm also unable to log in to salesforce via RForcecom now that my organization is using single sign on. Should I be putting something different for "InstanceURL"? The error I keep getting is the following
Error in rforcecom.login(username, password, instanceURL, apiVersion) :
SSO_SERVICE_DOWN: the single sign on service for the org is down
...but in fact the SSO service is working when I try to log in manually.
@hamnsannah I'm not sure how to log in with RForcecom any other way except for with a password and security token. If you are still having trouble and don't mind trying the salesforcer package it supports OAuth 2.0 authentication which I think will work with organizations that have SSO enabled.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We've initiated a single sign on gate to login to our Salesforce environment. Is there a way for Rforcecom to handle some type of Oauth 2.0 handoff? I'm really unfamiliar with security protocols so any ideas would be appreciated.
The text was updated successfully, but these errors were encountered: