Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Auth0 Support #1008

Closed
delianides opened this issue Jun 25, 2018 · 4 comments
Closed

[Feature Request] Auth0 Support #1008

delianides opened this issue Jun 25, 2018 · 4 comments
Labels
E-good-first-issue Experience required: Beginner / New N-help Needs: Help

Comments

@delianides
Copy link
Contributor

  • Insomnia Version: 5.16.6
  • Operating System: MacOS 10.13.5 (17F77)

Details

There's no specific issue. But I wanted to get some feedback. Currently using the Oauth 2.0 Auth method there is no way to request a jwt token from Auth0. I can request an access token that will allow me to make further requests to the /userinfo endpoint. But if I'm using auth0 to authenticate a connection to a separate API, I can't seem to get an jwt access_token with my user data. It seems the Implicit grant type is missing the audience option which is needed to retrieve a full jwt access token.

Does it make sense to add an Auth0 auth method to the list to simplify development for anyone wanting to use their service? Or is this something you think a plugin can do (with window redirect authentication)?

I'm happy to work on this!

@welcome
Copy link

welcome bot commented Jun 25, 2018

👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure
you include steps to reproduce it. If you're requesting a feature 🎁, please provide real
use cases that would benefit. 👪

To help make this a smooth process, please be sure you have first read the
contributing guidelines.

@gschier
Copy link
Contributor

gschier commented Jun 25, 2018

There was an audience field added for Auth0 a while ago, although only on the Client Credentials grant type. I'd be happy to accept a PR adding it to the Implicit type.

@gschier gschier added E-good-first-issue Experience required: Beginner / New N-help Needs: Help Accepted labels Jun 25, 2018
@delianides
Copy link
Contributor Author

@gschier cool, ill get it working and submit a PR.

@gschier
Copy link
Contributor

gschier commented Jun 25, 2018

Awesome! Let me know if you have any questions 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-good-first-issue Experience required: Beginner / New N-help Needs: Help
Projects
None yet
Development

No branches or pull requests

2 participants