Anybody know the difference between Federated authentication and Delegated authentication in salesforce? Can you explain the flow of request in these two methods?
Anybody know the difference between Federated authentication and Delegated authentication in salesforce? Can you
Share
The main difference is the use of Security Assertion Markup Language (SAML) on Federated Authentication.
Difference
Delegated authentication has a few drawbacks with respect to federated authentication. First, delegated authentication is inherently **less secure than federated authentication**. Even if encrypted, delegated authentication still sends the username and password (possibly even your network password) over the internet to Force.com. Some companies have policies that preclude a third party for handling their network passwords. Second, delegated authentication **requires much more work for the company implementing it**. The Web services endpoint configured for the org must be developed, hosted, exposed on the Internet, and integrated with the company’s identity store.
More detailed flow and code example on delegated
More detailed flow on SSO width SAML