0
votes

I've been trying to implement the SP initiated SSO with ADFS 2.0 configuration. But I could not find any solution to do that.

Not sure if the ADFS 2.0 supports the SP initiated SSO. I can see there are some third party libraries to do that but I don't want to use any third party libraries. I just need information on posting SAML request to identity provider and getting the SAML assertion back to the survive provider.

Here Service Provider is my application(asp.net) is and ADFS 2.0 is the Identity Provider.

Any idea how I can achieve this.

Thanks.

1

1 Answers

0
votes

Your problem isn't ADFS - it's ASP.NET.

.NET has no SAML support. You need a third-party stack.

Refer: SAML : SAML connectivity / toolkit.

ADFS definitely supports the SP initiated SSO flow.