Scope Added to the role is not getting assigned to the user with that role

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?

Hi @gaurav1,
Welcome to the Auth0 Community!

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).

1 Like

thanks for your suggestions

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.