SCIM 2.0 provisioning issue

We have SCIM setup and we are trying to provisioning users but getting following error:

User gets created in the database but OKTA shows this error.

ERROR:
Automatic provisioning of user Demo User to app SCIM 2.0 Test App (Basic Auth) failed: Error while creating user test@test.com: Expression Evaluation Error occurred for schema property: email. Please verify your SCIM property externalName in the Profile Editor. Error:EL1015E: Cannot perform selection on input data of type ‘java.lang.String’ Please fix this on the Tasks Page

ExternalName for primary email is : emails.[1].value

Appreciate any idea on how to fix it.


  1. primary==true ↩︎

check, what you return back to Okta as a result of SCIM User Create, might be the returned object doesn’t fit into SCIM schema

2 Likes

What phi1ipp said. Here is an example of the response Okta expects upon user creation:

https://developer.okta.com/docs/reference/scim/scim-20/#create-the-user

1 Like

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