Hi,
Considering a bit the visible architecture of HDP, it seems possible to externalize the authentication to an apache as reverse proxy. Then we can have a bunch of authentication provider, like Google, Facebook, GitHub, any HTTP server mode, ...
I tried it just like I'm doing it on many applications, but it doesn't work due to https, cors, ... and maybe more.
Had someone already tried it ? Any code or conf to share ?