Questions tagged [security-support-provider]

2 questions
1
vote
2 answers

Custom Windows Authentication Package not loaded

I'm writing a custom windows authentication package, but the LSA does not load my Dll. I have the following methods exported via the .def file EXTERN_C __declspec(dllexport) NTSTATUS NTAPI SpLsaModeInitialize( ULONG LsaVersion, PULONG…
0
votes
0 answers

How to implement a customized Security Support Provider to auth a user on a cloud?

I want to provide an authentication mechanism on Windows for a user on a cloud. The credential provider mostly satisfies this requirement with the premise that the user is a local user, Microsoft account or a domain user of this PC. But I also would…