Tagged Questions

0
votes
1answer
206 views

General question for using SSO and Shibboleth 2.0 - passing attributes from IdP to SP

I have been reading up on using Shibboleth 2.0 as a Single Sign On technique. One confusion I have is whether it is possible for the Identity Provider (IdP) to send back to Service provider (SP) an ...
0
votes
3answers
1k views

asp.net mvc authentication against shibboleth and authorization

Where do I get information about the currently connected user? That is, how does shibboleth pass the information? Can I set some restrictions on actions using [Authorize] attribute based on data ...