Re: Single Sign-On

2018-02-26 Thread Tim Worman
I’ve also deployed with shibboleth SSO at UCLA. By far, the harder part was configuring shibboleth. Tim UCLA GSE&IS > On Feb 23, 2018, at 11:25 AM, Chuck Hill wrote: > > And I've integrated these and it was pretty straightforward: > http://weblogin.org > https://www.shibboleth.net > > Chuck

Re: Single Sign-On

2018-02-23 Thread Chuck Hill
And I've integrated these and it was pretty straightforward: http://weblogin.org https://www.shibboleth.net Chuck On 2018-02-23, 11:22 AM, "Webobjects-dev on behalf of Steve Peery" wrote: I’m not sure what you have in mind, but the ERGoogleSignIn framework makes it very easy to log into

Re: Single Sign-On

2018-02-23 Thread Steve Peery
I’m not sure what you have in mind, but the ERGoogleSignIn framework makes it very easy to log into a WO site using a google account. Steve > On Feb 23, 2018, at 2:10 PM, Robert Hanviriyapunt wrote: > > Any useful resources in integrating with SSO services in WebO? > > = Robert = > _

Single Sign-On

2018-02-23 Thread Robert Hanviriyapunt
Any useful resources in integrating with SSO services in WebO? = Robert = ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http

Re: Single sign on in multiple WOApps / passing parameters between apps

2007-03-06 Thread Andrew Satori
s in WO (or more specifically a single Java library) so that I can easily implement the same design in WO, only this time without the latency challenged web service and going direct to the DB from the Java library. Andy On Mar 6, 2007, at 2:30 PM, Pierre Bernard wrote: Hi! About a

Re: Single sign on in multiple WOApps / passing parameters between apps

2007-03-06 Thread Tom Termini
We've done extensive work with Single Sign On, integration of WebObjects applications into portals, etc. We have a JSR168 framework for portlets. We use that with back-end LDAP authentication to give a SSO like experience. We are working on a CAS solution to pass authentication tokens

Re: Single sign on in multiple WOApps / passing parameters between apps

2007-03-06 Thread Pierre Bernard
Hi! About a year ago I worked on a single sign-on system. Unfortunately, I didn't have the opportunity to complete it. I still have hopes to complete it. The basic principles are astonishingly simple: There is one application that handles authentication. When a user hits the entry

Re: Single sign on in multiple WOApps / passing parameters between apps

2007-03-06 Thread Chuck Hill
Hi Ken, On Mar 6, 2007, at 10:09 AM, Ken Tabb wrote: Hi folks, I think I must be missing something head-slappingly obvious. No. I have multiple WO apps, all running off the same user database, and for each app, the user authenticates against that user database before they're let into

Single sign on in multiple WOApps / passing parameters between apps

2007-03-06 Thread Ken Tabb
Hi folks, I think I must be missing something head-slappingly obvious. I have multiple WO apps, all running off the same user database, and for each app, the user authenticates against that user database before they're let into the app (i.e. the Main component has a conditional login form