Setup
- locate the /lib/scim-server-sdk jar file from the SDK root directory
- Install it locally: mvn install:install-file -Dfile=…/lib/scim-server-sdk-02.01.00.jar -DgroupId=com.okta.scim.sdk -DartifactId=scim-server-sdk -Dpackaging=jar -Dversion=02.01.00
- Build the example: mvn package
- Take the target/scim-server-example-*.war and copy it to your Tomcat directory and run it.
- You can now use the tester to run methods against this example SCIM connector.
I was able to deploy the war in tomcat server but getting error when trying 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>