Hi, with those settings enabled for an API:
In the backend, I get all the user’s permissions in the access token (permissions claim), is there any security issues with this approach? I understand that with he recommended way, i.e. adding the scopes on the client side so that you get intersection of the client-side scopes and API permissions in the scope claim of the access token, you don’t give permissions that are not requested, but I don’t see anything critical about it, I am missing something?
