Hi Team
I am trying below example.
I have registered one web API and client API. In client API i have added the scope of web API.
Now i generated the token using user name and password and when i tried to pass the generated token i am getting 401 unAuthorized.
Any leads would be appreciate.
And i am unable to generate token with "Client_credentials" grant type. It gets failed saying scope needs to be added.