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
The request seems to mix client credentials and password grant types. For user authentication, use "grant_type=password" instead of "client_credentials". Ensure all parameters are correct and sent securely. If issues persist, check server logs or documentation for specific error details.
https://xxxxx/connect/token
client_id:xxx
client_secret:secret_xxxx
grant_type:client_credentials
username:[email protected]
password:xxxx@xxx
when returning the precise token from the userid
The text was updated successfully, but these errors were encountered: