Home > Software engineering >  Can we write values to StrongAuthenticationEmailAddress attribute in Azure B2C using powershell or C
Can we write values to StrongAuthenticationEmailAddress attribute in Azure B2C using powershell or C

Time:03-26

Can we update "StrongAuthenticationEmailAddress" attribute used by EMAIL MFA using PowerShell / Graph Explorer or using C# code?

Thanks

CodePudding user response:

Yes, you can as per here.

Calling the methods creates "StrongAuthenticationEmailAddress" in the background.

  • Related