<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00006XejjWSAROkta Classic EngineIntegrationsAnswered2020-02-22T14:38:57.000Z2019-08-14T16:19:39.000Z2019-09-23T22:08:41.000Z

BenP.37481 (Customer) asked a question.

Auto populate custom attribute with firstName and lastName attribute for all users

Hi

Newbie question

Is it possible to auto populate custom attribute with firstName and lastName attribute for all users

So that it will be customName=firstName.lastName

 

If not we have a system that is syncing users from Okta directory over LDAP however we need it to match a legacy account format of firstName.lastName not firstName.lastName@domain.com

 

Is this possible

Thanks


  • Liviu here with Okta Support.

    It is not possible to auto-populate custom attributes in Okta.

    The solution would be use a custom expression in the Profile Editor for Okta to LDAP mappings. For the attribute that needs firstName.lastName, you can use the following expression:

    user.firstName+"."+user.lastName

    If further assistance is need, I highly recommend opening a Support ticket or to call our Support line at (800) 219-0964

     

    Thank You,

     

    Liviu Scarlat

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
  • Liviu here with Okta Support.

    It is not possible to auto-populate custom attributes in Okta.

    The solution would be use a custom expression in the Profile Editor for Okta to LDAP mappings. For the attribute that needs firstName.lastName, you can use the following expression:

    user.firstName+"."+user.lastName

    If further assistance is need, I highly recommend opening a Support ticket or to call our Support line at (800) 219-0964

     

    Thank You,

     

    Liviu Scarlat

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
This question is closed.
Loading
Auto populate custom attribute with firstName and lastName attribute for all users