OPP SCIM SDK is NOT working

I’m trying to build an OPP connector using the sample downloaded from Okta (02.01.00). I installed the SDK Jar file first. When I try to build the Example Server, I get “Could not collect dependencies for project com.okta.scim.sdk:scim-server-example:war:02.01.00-SNAPSHOT” error. Is this working for anyone? Thanks! Your response is highly appreciated.

Facing same issue…did you get the resolution?

SCIM-sdk jar file is missing in the maven repository. Okta needs to fix this, I found an older version of it (attached here), Install it the way you install the scim-server-sdk and you should be good
scim-sdk.zip (305.1 KB)

was able to create war file and deploy in tomcat…but not able to test

PS C:\Users\sndmlg\OneDrive - Empower\Documents\OKTA\Agent\Okta-Provisioning-Connector-SDK-02.01.00-f8f124d\tester> java -jar scim-sdk-tests.jar -url http://localhost:8080 -method createNewUser -file data/createNewUser.json
Picked up JAVA_TOOL_OPTIONS: -Djava.vendor=“Sun Microsystems Inc.” -Djava.security.properties=“C:/Windows/Sun/Java/Deployment/java.security”
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further details.
PS C:\Users\sndmlg\OneDrive - Empower\Documents\OKTA\Agent\Okta-Provisioning-Connector-SDK-02.01.00-f8f124d\tester>

Thanks, this worked. now I am struggling to test the example-server

127.0.0.1 - - [10/Mar/2025:19:23:37 +0530] “GET /Users?startIndex=1&count=100 HTTP/1.1” 404 757
127.0.0.1 - - [10/Mar/2025:19:24:13 +0530] “POST /Users HTTP/1.1” 404 757

Always get 404 when testing the connector…any help

You shouldn’t call “/users” directly as an API. The best way to test the OPP connector is by using the tester that comes with the example server you downloaded.

Thanks for your help…I am able to connect now. I created a custom connector for Oracle DB and its working fine now