function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Falcon81Falcon81 

WebService Single Sign On (SSO) authentication with SAML

Hi. Perhaps some on can help me with this.

 

I have an apex web service developed in my organization which will me consumed by an external server. In other ocasions, I will be consumin a web service from the other external server.

 

 

We need to enable Single Sing On (SSO) with SAML (which will be provided by the oter server), so users login into the external server and then they will be able to consume our service without having to login to SFDC.

 

It's this possible to do? If so...should I modify my webservice method to enable the authenticathion?

 

 

Any comment will help.

 

 

Thank you!