We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://localhost:9191/api/oauth/token?username=admin&password=admin&grant_type=password
when i hit this i get response { "error": "unauthorized", "error_description": "Full authentication is required to access this resource" }
please solve my problem
The text was updated successfully, but these errors were encountered:
goto Authorization in Postman and select basic Auth and then use authentication.oauth.clientid as username and secret as password.
Sorry, something went wrong.
No branches or pull requests
http://localhost:9191/api/oauth/token?username=admin&password=admin&grant_type=password
when i hit this i get response
{
"error": "unauthorized",
"error_description": "Full authentication is required to access this resource"
}
please solve my problem
The text was updated successfully, but these errors were encountered: