Y
Hacker News
new
|
ask
|
show
|
jobs
by
bsenftner
1933 days ago
Is there any library like PAM in the Windows ecosystem?
2 comments
dataflow
1933 days ago
https://docs.microsoft.com/en-us/windows/win32/secauthn/cred...
link
detaro
1933 days ago
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)
link
e12e
1933 days ago
Used to be called GINA. In addition to sibling comments, see:
https://docs.microsoft.com/en-us/windows/win32/secauthn/winl...
link