Tagged Questions

1
vote
0answers
9 views

Shibboleth + Facebook

Hi, I am developing a Facebook application to be used in a university (which already has a Shibboleth idProvider and many serviceProviders running). How do I integrate shibboleth into facebook? This …
0
votes
1answer
26 views

understanding Shibboleth and SAML

I have a Drupal site I am standing up for a client. I've been asked to use Single Sign on using SAML2 (where I would be the service provider and my client would be the identity provider). The best …
0
votes
1answer
122 views

Shibboleth and .NET

I've got a requirement that a ASP.NET web app use Shibboleth for the authentication. Has anyone done this before? Are there libraries out there to support the method calls? Or is this a Java only …
0
votes
3answers
257 views

asp.net mvc authentication against shibboleth and authorization

Hi, I have some questions on this topic. 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 …
8
votes
11answers
2k views

Best practices for login pages?

I am working on a single sign-on login page using Shibboleth that will be used for a variety of web applications. Obviously we would like to make this page as secure and usable as possible while …