rajithd / spring-boot-oauth2

Spring Boot Oauth2 with H2 database
208 stars 166 forks source link

i am anable to get access token please help me .. #17

Open vslambade opened 6 years ago

vslambade commented 6 years ago

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

sagarsumit03 commented 5 years ago

goto Authorization in Postman and select basic Auth and then use authentication.oauth.clientid as username and secret as password.