pongasoft / glu

Deployment Automation Platform
Apache License 2.0
521 stars 99 forks source link

Support for Enterprise Auth #298

Open pathikpa opened 9 years ago

pathikpa commented 9 years ago

Can we add support for Enterprise auth in glu? for glu to be widely acceptable tool in enterprise, it needs to support enterprise grade, role based access control.

Best way to achieve this would be to support SAML-2.0 based authentication. More info at http://en.wikipedia.org/wiki/SAML_2.0

Integrating SAML will ensure that glu does not need to handle Identity and Access Management(IAM) and leave that part of the functionality to IdP (Identity provider). Thus glu dev team can focus on core functionality and improving them

sodul commented 9 years ago

+1

ypujante commented 9 years ago

I believe this can already be added via plugins. But I am also open to contributions...