hot questions tagged shibboleth - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T12:38:38Zhttp://stackoverflow.com/feeds/tag?tagnames=shibboleth&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1842441/understanding-shibboleth-and-saml0understanding Shibboleth and SAMLHortitude2009-12-03T19:50:35Z2009-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-net0Shibboleth and .NETJosh2009-08-21T20:01:26Z2009-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-authorization0asp.net mvc authentication against shibboleth and authorizationTrimack2009-05-21T12:05:29Z2009-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-pages8Best practices for login pages?Joe Lencioni2008-10-28T16:24:50Z2009-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>