<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
0D50Z00008G7V2oSAFOkta Classic EngineIntegrationsAnswered2024-04-17T10:58:52.000Z2016-08-31T21:26:37.000Z2016-08-31T21:26:37.000Z
Use API created user property for login
I am creating an OKTA user using the API as below -  
  1.  {  "profile": {  "firstName": "Isaac",  "lastName": "Brock",  "email": "100012@{{email-suffix}}",  "login": "100012@{{email-suffix}}",  "employeeNumber": "100012"  },  "credentials": {  "password" : { "value": "Password1" },  "recovery_question": {  "question": "Who's a major player in the cowboy scene?",  "answer": "Cowboy Dan"  }  },  "groupIds": [  "00g7yeaeghebsiTEHU850x7"  ] }
 

Now, I want to use employeeNumber above as the login to a custome SAML app - 

 

0EMF0000000Tu5b

 

If I choose AD EmployeeID, its not working even though there is a mapping between OKTA and AD for employee number. I am not getting any value for custom expression ${user.employeeNumber} 

 

Please help in figuring out what to use for the application login for employee number.

 

Thanks,

-Pranjal

This question is closed.
Loading
Use API created user property for login