Unauthorized access when trying to use a scope

Good morning,

I’m a student in IT and try to build my first CqRS project.

I need to use Auth0 for authentication/authorization.

Everything works quite good except when I decide to use a scope in my controller. Using Authorize(« read:booking »), I get unauthorized access even if I’m already logged on.

My issuer and scope seems the same, but I noticed that my user variable doesn’t contain any claim is it needed?

Thanks for your help !