Enable Single Sign On

Issue #560 duplicate
Wim Velzeboer created an issue

My company is using Single Sign On (SSO) on some of the sandboxes, would it be possible to make Illuminated Cloud compatible with SSO users?

Maybe it could work the same like the Dataloader. When on the company network I can select OAUTH (with the setting "Service Host" set to the mydomain url of the SSO enabled Salesforce Org). After selecting OAUTH I get a pop-up box that does the auto-logon, so that I do not need to enter a password.

My SAML settings are quite basic:

EntityId = the my-domain for my SSO enabled Salesforce Org Issuer = https://{url of identity provider} SAML Identity Type = "Federation ID" Service Provider Initiated Request Binding = HTTP POST Identity Provider Login URL = Https://{url of identity provider}

Salesforce Login URL = https://{my-domain-url}?so={SFDC Id} OAuth 2.0 Token Endpoint = https://{my-domain-url}/services/oauth2/token?so={SFDC Id}

Comments (4)

  1. Scott Wells repo owner

    Thanks, Wim. Interestingly I've implemented OAuth in a pre-release build as part of Salesforce DX support, and I've considered making that available for non-SFDX work as well. However, I don't think that would work as you've described here unless I do some extra work. I'll definitely take a look once I get past some other committed items.

  2. Scott Wells repo owner

    I'm treating this as a duplicate of issue #159 which calls for OAuth connection authentication support. Please let me know if your request is different from that.

  3. Log in to comment