Unable to have permissions in token from frontend, c#+vuevite

Hello! I’ve been trying for the couple of past days to make authorization work with our combinewd c# web api .net 5 backend and vue js(vuevite) frontend. But for some reason I cant the right permissions in the token for a user? All i get is “openid profile email”, when i have couple of other permissions here.

I do have an API that has permissions, i have an application for my SPA frontend. I do have RBAC on.

Do i need a rule, hook or anything to call it?

Help a lost man out, thanks in advance