user382673
user382673

Reputation: 21

Shibboleth integration with my .net website

I need to integrate shibboleth in my application. My application is .net web application. May I know how to do this one? I have a separate server (ubuntu server) in which shibboleth idp and sp installed with apache configuration.

I made lot of search on this. but I can't able to get the correct information for this one Can anyone suggest me some url or point what i need do to get it work?

Upvotes: 2

Views: 2631

Answers (2)

benjguin
benjguin

Reputation: 1516

You could implement (Windows Identity Foundation) WIF in your ASP.NET Web App.

If you have Active Directory Federation Services (which basically make Active Directory speak SAML2 protocol and WS-Federation protocol), you can have ASP.NET with WIF trusting (thru WS-Federation) ADFS V2, trusting (thru SAML 2 protocol) Shibboleth. You can find additional information in these posts. You can find sample screen shots with SharePoint instead of ASP.NET in this post (sorry it's in French). A white paper explains how to implement.

If you don't have Active Directory and ADFS V2, you may want to use SAML2 protocol extension for WIF and this thread may help.

Upvotes: 2

Ash Machine
Ash Machine

Reputation: 9901

Similar to : Single Sign on using Shibboleth

Upvotes: 0

Related Questions