Giter Site home page Giter Site logo

Comments (7)

patrick-m-m avatar patrick-m-m commented on July 22, 2024 1

@briangindek I believe I've seen something similar when failing to include the okta-jwt-verifier-impl dependency. I'm not sure what the Ant syntax would be, but for Maven, you have to include both in the pom.xml.

            <dependency>
                <groupId>com.okta.jwt</groupId>
                <artifactId>okta-jwt-verifier</artifactId>
                <version>0.5.8</version>
            </dependency>
            <dependency>
                <groupId>com.okta.jwt</groupId>
                <artifactId>okta-jwt-verifier-impl</artifactId>
                <version>0.5.8</version>
                <scope>runtime</scope>
            </dependency>

from okta-jwt-verifier-java.

arvindkrishnakumar-okta avatar arvindkrishnakumar-okta commented on July 22, 2024

@briangindek Is this still an issue? I am unable to reproduce this in the latest version of the library (0.5.7).

from okta-jwt-verifier-java.

briangindek avatar briangindek commented on July 22, 2024

Yes it is still happening for me. Everything complies ok but when I got to validate a token using the above code I get the above error: java.util.ServiceConfigurationError: com.okta.jwt.AccessTokenVerifier$Builder: Provider com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder not a subtype

from okta-jwt-verifier-java.

briangindek avatar briangindek commented on July 22, 2024

I'm using the Okta-jwt-verifier-0.5.8-SNAPSHOT.jar (from api target) when compiling/deploying my java code and using the Okta-jwt-verifier-impl-0.5.8-SNAPSHOT.jar in my execution environment (which happens to be JBoss)

from okta-jwt-verifier-java.

briangindek avatar briangindek commented on July 22, 2024

Since my Jboss build is an ant build, could this simply be caused by me not including a required, dependent jar? Seems like an odd error message for such an issue, but some error messages can be quite misleading.

from okta-jwt-verifier-java.

rcollette avatar rcollette commented on July 22, 2024

Should the waiting for response label be removed at this point?

from okta-jwt-verifier-java.

arvindkrishnakumar-okta avatar arvindkrishnakumar-okta commented on July 22, 2024

Closing this due to inactivity for long, feel free to reopen if further followup is needed.

from okta-jwt-verifier-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.