<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
0D50Z00008G7UqwSAFOkta Classic EngineIntegrationsAnswered2024-04-17T13:06:00.000Z2017-05-04T19:10:09.000Z2017-05-04T19:10:09.000Z
Mapping the domain name to the end of the SamAccountName?
I have setup an automatic account creation script via the Okta API. Once an account has been created in Okta it gets pushed from there to our Active Directory for creation as well.

Is there any way to map and push out the "@domain.com" part of the SamAccountName field?  Right now you have to go into the account propeties in AD and select the domian from the drop down.

 

Thanks

  • miqxq (miqxq)

    SamAccountName doesn't include the "@domain" but userPrincipalName does. Can you push your Okta username to UPN with your script?
  • Sam Johnson (Customer)

    Nope I am not able to. Its a Linux Python script that grabs the info from an outside source and pushes it to Okta. Can you not map the UPN from Okta?
This question is closed.
Loading
Mapping the domain name to the end of the SamAccountName?