Hacker News new | ask | show | jobs
by Eduard 1352 days ago
Self-hosted Gitlab instances also can act as authentication services.

Connecting git with an internal AD/LDAP allows for not requiring Azure AD.

2 comments

This isn’t a solution for enterprises, however.
For juniors: Enterprises and even small startups need to comply with their industry’s security certification (PCI, ISO, whatever) which requires traceability of logins (and central revocation when employees quit and provably complex passwords and inability to retry 100 times, etc.)
I'd love to read more about it. Got any links?
Here has one related post: API Security with OIDC by using Apache APISIX and Microsoft Azure AD

https://dev.to/apisix/api-security-with-oidc-by-using-apache...

If it's just SSO, I have many good things to say about keycloak.