Lahiru Madusanka
Results
1
issues of
Lahiru Madusanka
I added a client with password grant type and a user-related to it. when logged in with user credentials as follows. `curl -u MyClient:MySecret http://localhost/token -d 'grant_type=password&username=my_user&password=my_password'` then with the...