Frank59
Frank59

Reputation: 3261

Integration with Shibboleth using WIF

I need to support SSO using SAML 2.0 for my portal(SP-initiated SSO and SP-initiated SLO profiles). I have Shibboleth Server as IdP and now I need to create or use existing SP using C#.

Is it possible to implement SP for integration with Shibboleth using WIF, or I need to find other solutions?

Also any other info about integration with Shibboleth using C# will helpful.

Upvotes: 0

Views: 892

Answers (1)

rbrayb
rbrayb

Reputation: 46803

WIF = WS Federation

Shibboleth = SAML

They don't interact so you can't use WIF out the box.

Refer: SAML : SAML connectivity / toolkit and the links in that article.

Or you can do it via:

RP --> WIF --> ADFS --> SAML --> Shibboleth

Refer: AD FS 2.0 Step-by-Step Guide: Federation with Shibboleth 2 and the InCommon Federation

Upvotes: 1

Related Questions