klesh opened a new issue, #5389: URL: https://github.com/apache/incubator-devlake/issues/5389
## What and why to refactor In order to protect `devlake` access, a set of PoC PRs had been merged into the main branch during v0.18 milestone. - #4926 - #4928 - #4933 - #4990 - #5174 - etc The `auth mechanism` supports SSO/SAML with different `Providers`, it is sophisticated and it could work. However, it requires many implementations for various providers, not to mention the maintenance overhead in the future. During recent discussions from the following threads, we came to the conclusion that it would be wiser to use `oauth2_proxy` instead of reinventing the wheel. - #5140 - #5353 - etc ## Describe the solution you'd like Remove all auth related code form the `backend` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
