Scott's rundown of enterprise-y options here is good, and also depressing: http://www.grahamlea.com/2015/03/notes-from-yow-2014-scott-shaw-on-avoiding-speedbumps-on-the-road-to-microservices
I don't have a good answer to your question. If you hadn't mentioned SSO I would have suggested https+basic auth. Ghetto simplicity.
--
You received this message because you are subscribed to the Google Groups "utterlyidle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Scott's rundown of enterprise-y options here is good, and also depressing: http://www.grahamlea.com/2015/03/notes-from-yow-2014-scott-shaw-on-avoiding-speedbumps-on-the-road-to-microservices
I don't have a good answer to your question. If you hadn't mentioned SSO I would have suggested https+basic auth. Ghetto simplicity.
On 4 Mar 2015 07:34, "Mike Hogan" <m...@mikehogan.net> wrote:
--
You received this message because you are subscribed to the Google Groups "utterlyidle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
All options I've seen seem to be annoying once you have enough services and apps that you need delegated/federated auth and SSO. And also once you're dealing with service to service and browser to service communication, where the former wants to be stateless and the latter wants to be session based. The problem is not simple.
That's why I'd prefer not to solve it by staying ghetto. At some point of course that stops being possible.
I'm currently looking at a bunch of SSO options for Springer, no real winners yet but will let you know if anything jumps out.
If I had an utterlyidle only option that actually worked and was pretty sane would that be of interest?
In fact I need to talk to you both about an idea I've had (offline)
I'm currently looking at a bunch of SSO options for Springer, no real winners yet but will let you know if anything jumps out.
If I had an utterlyidle only option that actually worked and was pretty sane would that be of interest?
In fact I need to talk to you both about an idea I've had (offline)
On 4 Mar 2015 10:42, "Matt Savage" <matthew...@gmail.com> wrote:
+1 on the client side cookie. Worked really nicely with load balancing and statelessness on the backend.
I really liked that too.
But stateful authentication for services is a bit annoying.