There are two optional Login policies for My Domain in Salesforce:
- Prevent login from https://login.salesforce.com
- Prevent SOAP API login from https://login.salesforce.com
SFDC Explorer uses the Salesforce SOAP API, so it will still be able to login via login.salesforce.com if you leave the second un-checked.
If you do choose to apply the second policy, you can still use SFDC Explorer with a specific domain by creating a saved connection string in the FuseIT.SFDC.Explorer.exe.config file, and setting the domain for the environment variable. For example:
<add name="My Org" connectionString="G4S:user id=userid@mydomain.com;password=****;token=****;environment=mydomain.com" />
This will allow you to login directly via the ‘Load Saved Connection String’ tab.
Comments
0 comments
Please sign in to leave a comment.