Yes, the bearer token (or assertion) does contain the sub, like your example. But in the generated access token, in your example and in my code, the sub is converted to admin. So, for the actual content request when the access token is validated how does the scoped permissions get bound to the requ...