rainit2006 / My_Windows

0 stars 0 forks source link

Winlogin_CredentialProvider #29

Open rainit2006 opened 2 years ago

rainit2006 commented 2 years ago

Windows App Sample

https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/CredentialProvider/cpp

Register a Credential Providers

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers [HKEY_CLASSES_ROOT\CLSID{GUID-xxxxxxx-xxxxxx-xxxxxx}\InprocServer32]

ICredentialProvider

https://docs.microsoft.com/en-us/windows/win32/api/credentialprovider/nn-credentialprovider-icredentialprovider CJcvCredentialProvider : public ICredentialProvider

Registering Assemblies with COM

https://docs.microsoft.com/en-us/dotnet/framework/interop/registering-assemblies-with-com

https://docs.paloaltonetworks.com/globalprotect/8-1/globalprotect-admin/globalprotect-apps/deploy-app-settings-transparently/deploy-app-settings-to-windows-endpoints/enable-sso-wrapping-for-third-party-credentials-with-the-windows-registry.html

rainit2006 commented 2 years ago

OpenSSL

https://slproweb.com/products/Win32OpenSSL.html