Need shibboleth support for asp.net web application.

Cantor, Scott cantor.2 at osu.edu
Mon May 19 10:37:34 EDT 2014


On 5/19/14, 2:58 PM, "Nallu Sridhar" <nallu.sridhar1 at gmail.com> wrote:
>
>I need help in regarding how to communicate with shibboleth service
>provider. I am very new to the shibboleth integration, I am basically a
>.net developer.

The skills necessary to install and configure the SP are not part of .NET,
they're IIS administration and then the material in the wiki. You will
have to actually ask a specific question if that's what you're stuck on.

>so please help me out how to communicate with shibboleth SP using http
>request and response. what are necessary steps needed.

You don't communicate with the SP except in more advances cases. You need
to tell the SP what content to protect [1] and then integrate the
application with the data supplied when users login via headers [2] (the
latter page has ASP.NET examples).

-- Scott

[1] 
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPProtectContent
[2] 
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPAttributeAcces
s




More information about the users mailing list