0
votes

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.

1
I'm not exaclty sure if it works or not, but did you just try to use the identity and authorization tool to generate a web.config? - TGlatzer
Do you mean Visual Studio extension named "Identity and Access Tool"? - Frank59
Yup, I was referring to that. - TGlatzer

1 Answers

1
votes

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