5

I created my own implementation of ICredentialProvider and ICredentialProviderCredential for Windows sample code , so I can use my own process to login in windows REF.

It works with credentials from a simple Windows user account, but for credentials from users related to an Azure Active Directory (Azure AD) it doesn't work.

Is it possible to hand over the credentials direct to azure ad to login in Windows?

Or does anybody know where I can find sample code or a description for a own windows credential provider that use azure ad?

scott_lotus
  • 2,977
  • 19
  • 43
  • 66
Chadly M.
  • 91
  • 3

2 Answers2

0

You must manage all users in CP. Credential provider not displayed for all users (Other user included)

And this is very good Full sample for you https://github.com/multiOTP/multiOTPCredentialProvider

VOLVO
  • 482
  • 3
  • 14
0

Use domain name as "AzureAd" and username as test@azuredomain.com. So , when you want to login Azure AD user in customized credential provider use username as AzureAd\test@azuredomain.com .