Hello everyone,
I am looking for a way to enable SCIM for my SSO apps using the OKTA API. When I try to create an app using the API with SCIM enabled I pass the following to the Features key
"features": [
"SCIM_PROVISIONING"
],
However, the app is created and the features key is just an empty array. When I try to do a put request and update the features key with the “SCIM_PROVISIONING” feature, the request is successful but the features key is still empty and SCIM is not enabled for the app.
Is it possible to enable SCIM provisioning via the API or is this value not updatable using the API?
I am using the API endpoints found at the following page: Applications