Giter Club home page Giter Club logo

Comments (3)

fforootd avatar fforootd commented on August 19, 2024

Hi @wgarunap

Can you please elaborate a little more in which way you are using our library?

The current implementation of the library should already allow the introspect and token urls to differ.

@livio-a correct me if I am wrong here 😁

from oidc.

wgarunap avatar wgarunap commented on August 19, 2024

Hi @fforootd

Assume token is issued for xyz.com host and my authentication server is hosted in auth.com, now when user send a request with a generated token from xyz.com and if I Introspect the token from backend this will always fail.

Reason: Introspect req doesn't know the issued host. cause request is generated inside the Introspect method.

from oidc.

fforootd avatar fforootd commented on August 19, 2024

If I understand you correctly your backend (Resource Server) tries to send a token to the introspect endpoint of auth0, right? In this case our library should not really care about the content of the token.

As seen here the library uses the inputs provided through the configuration with tokenURL and introspectURL. This is where you can configure those endpoints.
You can also use the dynamic configuration

Can you provide us more insights?

from oidc.

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.