本文发表在 rolia.net 枫下论坛公司用web based的CRM,现在考虑实施SSO。
我把得到的帮助文档都转给了IT,但是IT搞不明白:
Enabling delegated authentication is easy:
– Open a case with support asking for Delegated Authentication to be turned on for your “org” -----这个我已搞定
– Configure the host and URL for your Auth Service ---这个应该是IT吧?
– Enable the setting on the users profile in salesforce.com ----这个我能搞定
供应商说需要做custom coding,我想是为了Configure the host and URL for your Auth Service的,但是IT不知道要做code,说不知道怎么code。
我有sample code:
Sample Request
<?xml version="1.0" encoding="UTF-8" ?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<Authenticate xmlns="urn:authentication.soap.sforce.com">
<username>sampleuser@sample.org</username>
<password>myPassword99</password>
<sourceIp>1.2.3.4</sourceIp>
</Authenticate>
</soapenv:Body>
</soapenv:Envelope>
我觉得有了sample,IT应该能够搞定吧?更多精彩文章及讨论,请光临枫下论坛 rolia.net
我把得到的帮助文档都转给了IT,但是IT搞不明白:
Enabling delegated authentication is easy:
– Open a case with support asking for Delegated Authentication to be turned on for your “org” -----这个我已搞定
– Configure the host and URL for your Auth Service ---这个应该是IT吧?
– Enable the setting on the users profile in salesforce.com ----这个我能搞定
供应商说需要做custom coding,我想是为了Configure the host and URL for your Auth Service的,但是IT不知道要做code,说不知道怎么code。
我有sample code:
Sample Request
<?xml version="1.0" encoding="UTF-8" ?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<Authenticate xmlns="urn:authentication.soap.sforce.com">
<username>sampleuser@sample.org</username>
<password>myPassword99</password>
<sourceIp>1.2.3.4</sourceIp>
</Authenticate>
</soapenv:Body>
</soapenv:Envelope>
我觉得有了sample,IT应该能够搞定吧?更多精彩文章及讨论,请光临枫下论坛 rolia.net