Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix roles checking from new identity-based token handler
The roles in JWT aren't mapped to the namespaced role, and we want to keep it that way for consistency with the bare JWT `roles`. By extending the ClaimsPrincipal we return from manifest reading, we can maintain compatibility with minimal changes. See Azure/azure-functions-host#3898, for example.
- Loading branch information