hot questions tagged shibboleth - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T12:38:38Z http://stackoverflow.com/feeds/tag?tagnames=shibboleth&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1842441/understanding-shibboleth-and-saml 0 understanding Shibboleth and SAML Hortitude 2009-12-03T19:50:35Z 2009-12-03T20:47:18Z <p>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).</p> <p>The best thing I have found so far has been either</p> <p>SimpleSAMLPHP <a href="https://ow.feide.no/simplesamlphp%3Adrupal" rel="nofollow">https://ow.feide.no/simplesamlphp:drupal</a></p> <p>or </p> <p>Shibboleth -- <a href="http://drupal.org/project/shib%5Fauth" rel="nofollow">http://drupal.org/project/shib_auth</a></p> <p>From looking at the documentation from these it looks like the Shibboleth module might be further ahead, but I'm not sure that you can connect Shibboleth to SAML. Can you? Or do you need to connect to a Shibboleth identity provider?</p> <p>The SimpleSAML module looks good, except it seems to require memcache which I would prefer to not use.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1313962/shibboleth-and-net 0 Shibboleth and .NET Josh 2009-08-21T20:01:26Z 2009-08-21T20:21:57Z <p>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 thing?</p> http://stackoverflow.com/questions/892616/asp-net-mvc-authentication-against-shibboleth-and-authorization 0 asp.net mvc authentication against shibboleth and authorization Trimack 2009-05-21T12:05:29Z 2009-10-12T14:18:59Z <p>Hi, I have some questions on this topic.</p> <p>Where do I get information about the currently connected user? That is, how does shibboleth pass the information?</p> <p>Can I set some restrictions on actions using [Authorize] attribute based on data acquired from shibboleth?</p> <p>Thanks in advance.</p> <p>Trimack</p> http://stackoverflow.com/questions/243957/best-practices-for-login-pages 8 Best practices for login pages? Joe Lencioni 2008-10-28T16:24:50Z 2009-04-15T20:33:37Z <p>I am working on a single sign-on login page using <a href="http://en.wikipedia.org/wiki/Shibboleth_(Internet2)" rel="nofollow">Shibboleth</a> 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 limiting the effects of phishing scams.</p> <p><strong>What are the best practices to keep in mind when designing a login page?</strong></p> <p>Some questions that have come up around this issue:</p> <ul> <li>Is it important for the login page to always look the same on every display?</li> <li>Conversely, would it be beneficial for the login page to have a random design?</li> <li>Is it better for the login page to look the same as all of your other pages or should it have its own unique design?</li> <li>If the login page has its own unique design, should it incorporate other constant elements from your site's design (such as global navigation)?</li> <li>Is the login page an appropriate place to provide the user with additional content (such as latest news)?</li> <li>Are there any additional security features that should be included to help keep people safe?</li> </ul>