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

Auth0 Management features fail for "new" Auth0 clients/tenants #92

Closed
landonreed opened this issue Dec 11, 2018 · 2 comments
Closed

Auth0 Management features fail for "new" Auth0 clients/tenants #92

landonreed opened this issue Dec 11, 2018 · 2 comments
Labels

Comments

@landonreed
Copy link
Contributor

Issue by landonreed
Monday Mar 12, 2018 at 19:27 GMT
Originally opened as catalogueglobal#73


Auth0 user management features do not appear to work for "new" Auth0 clients/tenants. The previous method to generate an Auth0 management API token has been replaced with a token generation process that expired tokens after 24 hours.

When fetching or mutating users, the back end should use something similar to this. One issue encountered in an initial attempt to fix this was that the grant_type: client_credentials nor the suggested alternatives client_secret_post or client_secret_basic were able to be used for the new Auth0 tenant being tested.

@landonreed
Copy link
Contributor Author

Comment by joelhaasnoot
Tuesday Jul 10, 2018 at 19:58 GMT


Just to verify the token, you already have the JWT token containing the full user profile, so it doesn't seem neccesary to get it from any endpoint...

@landonreed
Copy link
Contributor Author

This has been resolved via #132.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant