generated from kinde-oss/kinde-oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate
- I have checked the latest version of the library to replicate my issue
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
Describe the issue
Currently, the initialization of the KindeClient fails as there is no implementation for OidcMetaData:
1) [Guice/MissingImplementation]: No implementation for OidcMetaData was bound.
Requested by:
1 : KindeClientImpl.<init>(KindeClientImpl.java:27)
\_ for 2nd parameter
at KindeClientGuiceModule.configure(KindeClientGuiceModule.java:37)
Learn more:
https://github.com/google/guice/wiki/MISSING_IMPLEMENTATION
1 error
======================
Full classname legend:
======================
KindeClientGuiceModule: "com.kinde.client.KindeClientGuiceModule"
KindeClientImpl: "com.kinde.client.KindeClientImpl"
OidcMetaData: "com.kinde.client.OidcMetaData"
========================
End of classname legend:
========================
This issue seems to come from here com.kinde.client.KindeClientGuiceModule#isTestEnvironment, where it is checked whether we run in a test environment.
Library URL
https://github.com/kinde-oss/kinde-java-sdk
Library version
2.2.0
Operating system(s)
Windows
Operating system version(s)
Windows 11
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working