I am interested in getting my SCIM experience to allow my custom fields added to the user profile to be sourced from the app. I think this is controlled by a setting, APP_PROFILE_MASTERS, that I do not have.
To be clear this is what I want to do:
The Okta Profile has a custom string array that the customer enters “pow”, “sup”, and “utility” and saves. The response to the PUT has updated the values to “Power”, “Supervisor”, and “Utility User” which are the actual values stored in my application. I’d like the Okta profile to have the updated values instead of the abbreviations for my custom attribute. So I think this will happen if I can set my custom attributes as sourced from the app? If I am not correct is there a way to allow this kind of SCIM functionality?