Successfactors SSO with Dotnet API and IdentityServer 4

272 Views Asked by At

I have an Dotnet Core API application which uses IdentityServer4 as IDP. The frontend is built in Angular.

Now, I need to connect to Successfactors of one of my client. I understand SAML is the best federation protocol there.

Please suggest what should be my approach here and relevant tutorials that I can follow. I am not getting good google results.

1

There are 1 best solutions below

5
On BEST ANSWER

You need a SAML stack.

Microsoft does not have one. So you need to integrate a third-party product.

There are a number of examples here.