taiga-back icon indicating copy to clipboard operation
taiga-back copied to clipboard

Azure AD authentication

Open bviktor opened this issue 9 years ago • 2 comments

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:

[ Docs ] [ Example ] [ Libs ]

What do you guys think?

bviktor avatar Aug 02 '15 00:08 bviktor

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

superalex avatar Aug 03 '15 06:08 superalex

Dupe of #1472 - since assuming azure AD is an OICD compliant IdP

blaggacao avatar Aug 25 '20 15:08 blaggacao