What do I have to change in the custom policy starter pack to make my sign-in/sing-up\'s policy username based not email based?
Add this technical profile to TrustFrameworkExtensions.xml to write the user to Azure AD
- Write
- true
Add this technical profile to TrustFrameworkExtensions.xml that is called by the user journey. The critical change here is the and
User ID signup
- IpAddress
- api.localaccountsignup
- Username
- true
- Create
Sigin Technical Profile for Reference
Local Account Signin
- SignUpWithLogonUsernameExchange
- Username
- api.selfasserted
false
Add this user journey to TrustFrameworkExtensions.xml
objectId
SkipThisOrchestrationStep
thanks to Omer for his help!