Forum Discussion
MichalZiemba
Aug 16, 2021MCT
Can we sync private phone or private mail to AzureAD
HI, I'm working on a project where the goal is to give access for candidates (before they are hired) to the internal application published as Enterprise App in Azure AD. Employees use SSO to access...
MichalZiemba
Aug 26, 2021MCT
Yes. And I didn't find the parameter strongAuthenticationEmailAddress working on the Set-AzureADUser command.
Josh Villagomez
Microsoft
Aug 26, 2021I see. That specific attribute is not meant to be read or modified directly. Its values come through a claim type and there is no exposed PowerShell or Graph API to modify it directly. From what I understand, it can only be modified through custom user flow policies. I would check this documentation:
https://github.com/azure-ad-b2c/samples
https://github.com/azure-ad-b2c/samples/tree/master/policies/username-signup-or-signin
I've never tried this, but this is the best I provide for you. Hope this helps.
https://github.com/azure-ad-b2c/samples
https://github.com/azure-ad-b2c/samples/tree/master/policies/username-signup-or-signin
I've never tried this, but this is the best I provide for you. Hope this helps.