Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2009 09:03:19 -0800
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: SSO solution in ports?
Message-ID:  <200907160903.19369.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <20090716105439.2efdc1bf.wmoran@potentialtech.com>
References:  <9AA14F8C-6061-4E64-895A-C8D047F40A74@identry.com> <20090716105439.2efdc1bf.wmoran@potentialtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 16 July 2009 06:54:39 Bill Moran wrote:
> In response to John Almberg <jalmberg@identry.com>:
> > I am trying to build a set of web applications that are accessed
> > through a web portal that uses a Single Sign On (SSO) solution.
> > Problem is, there are MANY competing SSO solutions. Since building
> > the client side of the SSO system is more than enough for me, I was
> > wondering if there are any SSO servers in ports that I can just
> > install and use? A CAS solution would be the best, but I'll look at
> > anything.
>
> The most widely supported I know of is LDAP, and OpenLDAP works pretty
> well.

That won't really work as LDAP can't read a browser cookie or maintain session 
information. LDAP is a good choice as storage backend.

Your best bet is probably to use an OpenID based solution, as support for this 
sign on method is growing in web applications, so you lessen the chance of 
having to maintain your custom glue into the application. The security/phpmyid 
port is one implementation that allows you to run your own OpenID server.

http://openid.net/
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907160903.19369.mel.flynn%2Bfbsd.questions>