
LandonP.92160 (Customer) asked a question.
When I go to import users using the ldap agent/ldap integration I have some users that are skipped on the import with the below warning message:
Expected required AD attribute: givenname, (Okta attribute: firstName) to not be null. Please consult with your Active Directory admin if you believe this user should be imported.
I have set firstName to be optional in Profile Editor for the "to okta" provisioning settings but it is still a required field. I have also tried to use a ternary operator to convert nulls into actual values. What else can I do that might make givenname/firstName optional?

Hello @LandonP.92160 (Customer) Thank you for reacting out to our Community!
The attributes need to be set to Option in the Okta user profile and not just the AD/LDAP profile.
Please see our doc for this below:
https://help.okta.com/en-us/content/topics/users-groups-profiles/usgp-first-last-optional.htm#:~:text=You%20can%20make%20these%20two,Okta%20in%20the%20Filters%20list.
Community members help others by clicking Like or Select as Best on responses. Try it today.
What you missed: new product releases and other announcements
@Paul S. (Okta, Inc.) Hey Paul thanks for the response. That is how I have it setup now in Directory > Profile Editor > Okta. The Attribute required is unchecked. I am, however, unable to uncheck the Attribute required setting in the LDAP Profile Editor for firstName.