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 #73

Open
landonreed opened this issue Mar 12, 2018 · 1 comment
Open

Comments

@landonreed
Copy link
Member

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.

@joelhaasnoot
Copy link

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...

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

No branches or pull requests

2 participants