I am assigning scope to the particular role by calling auth0 api from the C# .net project. And, scope is assigned correctly to the role. But, the problem is that, the scope is not getting assigned to the user with that role.
What may be the cause of this problem?
What is the solution?
It’s not clear from your problem description what the context of your application is. If your application is an API and you are looking for scopes/permissions in the access token, you should configure the API on the Auth0 dashboard by enabling the Add Permissions in the Access Token toggle (see here).