Single Sign On

Shane Hathaway on February 17th, 2009

I like to believe that I am a competent software developer in both Python and Java.  As a competent developer, I find that certain things are generally much easier than other things. For instance, I just spent a frustrating week working out how to install a Shibboleth identity provider, yet I never got it working [...]

Continue reading about Anecdotal Evidence

Shane Hathaway on February 13th, 2009

That error means a Java regular expression did not match the input text. If you get this while trying to install Shibboleth, it’s because the installer requires a host name with three parts, such as “shib.example.com”.  “localhost” and “localhost.localdomain” will not suffice.

Continue reading about java.lang.IllegalStateException: No match found