<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
0D51Y0000AZZdY9SQLOkta Classic EngineUniversal DirectoryAnswered2021-03-06T14:34:20.000Z2021-03-03T12:40:13.000Z2021-03-06T14:34:19.000Z

OrestS.43295 (Customer) asked a question.

Add attribute to user in SCIM 2.0 Test App (OAuth Bearer Token) without external namespace in provisioning

Hi, everyone,

I'm trying to add additional attribute(e.g. mobilePhone) to user in SCIM 2.0 Test App (OAuth Bearer Token) using external namespace as urn:ietf:params:scim:schemas:core:2.0:User, so that when I start provision from Okta, I expect it to be in phoneNumbers array near primary(work) phone. But instead, I receive user object with phoneNumber object inside "urn:ietf:params:scim:schemas:core:2.0:user" property

Example:

{..."phoneNumbers":[{"type":"work","primary":true,"value":"SomePrimaryNumber"}],

"urn:ietf:params:scim:schemas:core:2.0:user":{"phoneNumbers":[{"type":"mobile","value":"someNumberhere"}]},",

"userName": ...}

Any suggestions, how to make Okta send users as

{..."phoneNumbers":[{"type":"work","primary":true,"value":"SomeP


  • isthatDinu (Okta, Inc.)

    Hi there,

     

    This is Marius with Okta support. I would advise you to go ahead and open up a support ticket with our Developer team regarding this matter as investigation needs to be done on the use-case at hand.

     

    Cheers!

    Marius Dinu

    Okta T2 Support Engineer

    Expand Post
This question is closed.
Loading
Add attribute to user in SCIM 2.0 Test App (OAuth Bearer Token) without external namespace in provisioning