SCIM Endpoint Mobile Phone QUestion

I created an SCIM endpoint and am working to get Okta to work with it. I am running into an issue where the Okta App profile is not seeing the mobilePhone as an attribute. Any idea how to configure which attributes show up in the attribute mapping section of the provisioning tab? When it does a get user if the user already exists and already has a mobilePhone it’ll read it and send it back, however, if its a new user or the mobilePhone property is empty it won’t send mobilePhone because it’s not listed on the Attribute Mappings tab of the app.

Thanks,

Hi,
If not already done, you have to manually add the needed attributes into your app profile, and then into the Okta user profile. If there are custom attributes, remember to fill the correct schema for each attribute (core, extension).
Did you already do that ?

1 Like

Thanks for the response. I did do that. It just seemed odd that I needed to add a custom attribute even though mobilePhone is a base attribute in Okta. It also ends up sending the information in the SCIM call a little weird as a separate attribute versus the phone → type: mobile but got it working.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.