Page 1 of 1

SSO/SAML for logon

Posted: Wed 13 Mar 2013 12:38
by brianv
Hi,

We are establishing an SSO with Salesforce, using SAML 2.0 and currently considering purchasing dotConnect for Salesforce for general development connections. Does the current version (2.2) allow for SAML connections instead of the standard connection string?

Code: Select all

"metadata=res://*;provider=Devart.Data.Salesforce;provider connection string="User Id=<userid>;Password=<pwd>;Security Token=<token>;Persist Security Info=True;Host=<host>""
If not, where is this in the release cycle?

Re: SSO/SAML for logon

Posted: Fri 15 Mar 2013 08:46
by Shalex
We will investigate the question and post here about the result.

Re: SSO/SAML for logon

Posted: Fri 15 Mar 2013 17:14
by Shalex
Please refer to https://login.salesforce.com/help/doc/e ... cess_token. As we understand, you want to obtain SAML Assertion in your code and pass it (instead of User ID, Password, Security Token) to the SalesforceConnection object to establish connection to salesforce.com. Is this correct?

Re: SSO/SAML for logon

Posted: Mon 18 Mar 2013 20:57
by brianv
This is correct, we are looking to use something like the connection string used for SQL server (";data source=<myserver>\SQLEXPRESS;initial catalog=<mycatalog>;integrated security=True;multipleactiveresultsets=True;App=EntityFramework"). This would simplify our service account management, as we would not need to encrypt configuration, etc.

Re: SSO/SAML for logon

Posted: Tue 19 Mar 2013 10:22
by Shalex
We are working on the SSO/SAML support in dotConnect for Salesforce. We will post here when it is implemented.

Re: SSO/SAML for logon

Posted: Wed 19 Oct 2016 10:59
by anna.fligelman
Any update on this?
Thanks.

Re: SSO/SAML for logon

Posted: Wed 19 Oct 2016 14:29
by Shalex
The investigation is in progress. As soon as we have any results, we will let you know.