haiku / infrastructure

Haiku infrastructure as code
https://hub.docker.com/r/haiku
MIT License
17 stars 16 forks source link

Investigate oauth2 support in Trac. #84

Open kallisti5 opened 1 year ago

kallisti5 commented 1 year ago

Haiku now has a central identity provider. Investigate attaching Trac to it via oauth2

kallisti5 commented 1 year ago
pulkomandy commented 1 year ago

There is also this one which will work with github and is a little newer: https://github.com/trac-hacks/trac-github

I can confirm that trac-oidc works with Google authentication, I use that for my personal Trac instance. How hard would it be to make it work with something else? Isn't oauth2 supposed to be a standard?