Hacker News new | ask | show | jobs
by MetricMike 1933 days ago
yep! PAM is "Pluggable Authentication Module" which sits between applications and the auth method, so you can put anything there. LDAP and ActiveDirectory are fairly common ones
1 comments

Is there any library like PAM in the Windows ecosystem?
Not exactly. You can create custom authentication methods and prompts, but it's architected differently. (I think Local Security Authority (LSA) and Credential Providers are the keywords to search for details)
Used to be called GINA. In addition to sibling comments, see: https://docs.microsoft.com/en-us/windows/win32/secauthn/winl...