Adrian Campanaro
Hi I got the following error when running mvn
11:28:57.877 [com.example.joy.servlet.login.Application.main()] ERROR c.o.s.i.h.a.DefaultRequestAuthenticatorFactory - There was an error instantiating com.okta.commons.http.authc.DisabledAuthenticator
java.lang.IllegalStateException: java.lang.NoSuchMethodException: com.okta.commons.http.authc.DisabledAuthenticator.<init>(com.okta.sdk.authc.credentials.ClientCredentials)
at com.okta.commons.lang.Classes.getConstructor(Classes.java:183)
at com.okta.sdk.impl.http.authc.DefaultRequestAuthenticatorFactory.create(DefaultRequestAuthenticator…:56)