phoneNumbers[primary eq true].value
and addresses[primary eq true].*
by default.
userName
attribute to the Auth0 email
attribute so Okta can find and match existing users if this connection has already been deployed to production using the email address as the login ID and no Auth0 username
attribute is set on the existing user profiles. In Additional Mappings find the following attribute pair:
emails[primary eq true].value
.
get:users
, post:users
, and put:users
.Push New Users
and Push Profile Updates
, then choose HTTP Header as the Authentication Mode.
Attribute | Value |
---|---|
Primary email type | (user.email != null && user.email != ”) ? ‘work’ : ‘‘ |
Primary phone type | (user.primaryPhone != null && user.primaryPhone != ”) ? ‘work’ : ‘‘ |
Address type | (user.streetAddress != null && user.streetAddress != ”) ? ‘work’ : ‘’ |