Hi @Azad Patel ,
Thanks for reaching out.
From your query I understand you are getting error when requesting the token for Web API.
This error is due to scope has not been set correctly in the request while acquiring the token.
Can you share the request and endpoint you are using to get the access token?
If you are using v2 endpoint then it is mandatory to send the scope parameter with app ID URI (api://<application-client-id>) specify the permission, you are requesting for Web API.
Reference : Expose a web API
Thanks,
Shweta
------------------------------------------------
Please remember to "Accept Answer" if answer helped you.

