taiga-back
taiga-back copied to clipboard
Azure AD authentication
Hi,
Taiga looks really really good. We're in the process of migrating some of our systems to the cloud and it'd be great if project management was one of those. Now of course comes the problem of auth. We really need to have SSO, but a cloud-hosted Taiga obviously can't reach our on-premises AD DCs. However, it's trivial to sync the credentials to Azure AD and since Taiga already supports LDAP, it may be a logical next step to add support for Azure AD that also supports the OpenID and OAuth standards.
There are plenty of resources for doing this:
What do you guys think?
It sounds like a good idea and it should be easy to develop if you take the code base from https://github.com/ensky/taiga-contrib-ldap-auth or https://github.com/taigaio/taiga-contrib-github-auth
Dupe of #1472 - since assuming azure AD is an OICD compliant IdP