Skip to content

Unable to find a 'com.okta.commons.http.RequestExecutorFactory' implementation on the classpath #487

@vkashokan

Description

@vkashokan

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?

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions