How do I implement auth for a bunch of services?
They all have different support for authentication. Some support oauth, some header auth (or is it forward auth?), some only support their own internal login, and some just have no security at all.
I want to bring them all under one single login. Shouldn't be a problem for the ones that do oauth, but what do I do about the services that don't support external auth?