SCIM: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

Hi, I am using the OI 9.0 LTS version and I want to authenticate using Certificate-based authentication in the SCIM connector in the Sync Editor. After I fill in all the connection info, I get the below error message in the part of "Test connection"

"Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: index"

Does anyone have seen something similar? Thank you

Parents
  • Hi Chrysoula,

    seems your authentication endpoint is not answering the request using a valid json body. The answer of the server should be a parseble json data body. Some servers are sending an error description as HTML if something went wrong with SSL/TLS negotiation. Please check the authentication URL (i.e. try to open it in browser) to see what happens...

Reply
  • Hi Chrysoula,

    seems your authentication endpoint is not answering the request using a valid json body. The answer of the server should be a parseble json data body. Some servers are sending an error description as HTML if something went wrong with SSL/TLS negotiation. Please check the authentication URL (i.e. try to open it in browser) to see what happens...

Children