-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find a 'com.okta.commons.http.RequestExecutorFactory' implementation on the classpath #487
Comments
@vkashokan Thanks for posting! I'd like to know why would you want to include these dependencies yourself? You will not need to add them ideally. |
I'm trying to use the okta-idx-api to create user in Okta from our java based web application. I tried with a standalone Eclipse application and have the same error. Referring the following sample: |
Can you post the full stack trace of the error? |
Please see the stack trace below from web application: Error from Eclipse: |
Error initializing IDXAuthenticationWrapper
IDXAuthenticationWrapper idxWrapper = new IDXAuthenticationWrapper(issuer, clientId, clientSecret, scopes, redirectUri);
AuthenticationResponse beginResponse = idxWrapper.begin();
ProceedContext beginProceedContext = beginResponse.getProceedContext();
AuthenticationResponse newUserRegistrationResponse = idxWrapper.fetchSignUpFormValues(beginProceedContext);
Encountering the error after adding okta-http-api-1.3.5, okta-http-okhttp-1.3.5, okta-sdk-httpclient-8.2.5 etc.
Could someone please help to resolve this issue?
The text was updated successfully, but these errors were encountered: