GithubHelp home page GithubHelp logo

Comments (5)

aaguiarz avatar aaguiarz commented on August 19, 2024

You need to set your client to use RS256:

image

from auth0-django-web-app.

mauroka avatar mauroka commented on August 19, 2024

Hi @aaguiarz, thanks a lot for the reply.
In case I would like to support both RS256 and HS256, how can I accomplished that?
I've tried algorithms=['RS256', 'HS256'] but it throws an error:
Incorrect key type. Expected: 'oct', Recieved: RSA
jwk.py in _process_jwk, line 122

Thanks a lot.

from auth0-django-web-app.

aaguiarz avatar aaguiarz commented on August 19, 2024

You can't do that with that library, you need to specify the algorithm the token has been signed with.

You should always use RS256 as HS256 can be brute-forced https://auth0.com/blog/brute-forcing-hs256-is-possible-the-importance-of-using-strong-keys-to-sign-jwts/

from auth0-django-web-app.

mauroka avatar mauroka commented on August 19, 2024

Ok @aaguiarz.
Thanks a lot. You've really helpful.

from auth0-django-web-app.

mauroka avatar mauroka commented on August 19, 2024

Hi @aaguiarz.
When I have to use HS256 I use PyJWT like this:
payload = jwt.decode(idToken, self.setting('SOCIAL_AUTH_AUTH0_SECRET'), algorithms=['HS256'], audience=audience, issuer=issuer)

I know it can be brute-forced but maybe someone wants to set this in Auth0 Client.
Thanks a lot for your help.

from auth0-django-web-app.

Related Issues (15)

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.