You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
thanks to issue #487, following @wkulesza instructions, we managed to get the authentication working again;
unfortunately, the listing of users within the Administration section no longer seems to be functioning.
The server log shows this message:
ERROR c.c.d.manager.auth.Auth0Users(Auth0Users.java:186) Could not get Auth0 API token {"error":"unauthorized_client","error_description":"Grant type 'client_credentials' not allowed for the client.","error_uri":"https://auth0.com/docs/clients/client-grant-types"}
In fact, by setting the "Token Endpoint Authentication Method" to "none" on Auth0, the grant type "Client credentials" (Advanced settings) is automatically disabled, which is however used by the Auth0Users.java class to obtain the token to use the Auth0 Management API in order to get the list of users.
Any hint?
thanks
The text was updated successfully, but these errors were encountered:
We've run into this issue ourselves! If you look at the auth0 docs that are linked in the error messages we've used those instructions to configure our auth0 domain to work with datatools.
Hi guys,
thanks to issue #487, following @wkulesza instructions, we managed to get the authentication working again;
unfortunately, the listing of users within the Administration section no longer seems to be functioning.
The server log shows this message:
In fact, by setting the "Token Endpoint Authentication Method" to "none" on Auth0, the grant type "Client credentials" (Advanced settings) is automatically disabled, which is however used by the Auth0Users.java class to obtain the token to use the Auth0 Management API in order to get the list of users.
Any hint?
thanks
The text was updated successfully, but these errors were encountered: