You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add the following features to enhance the JWT Token authentication so that it supports Microsoft Entra ID access tokens properly:
Support "scp" claim as "scope" claim for checking the JWT_READ_SCOPES and JWT_WRITE_SCOPES (See Microsoft Docs as reference)
Introduce JWT_READER_ROLE and JWT_WRITER_ROLE to be checked from a "roles" claims.
Entra ID application roles can be assigned to individual users, groups or service principal and might be useful to control who is allowed to access the cache.
🚀 Feature Proposal
It would be nice to add the following features to enhance the JWT Token authentication so that it supports Microsoft Entra ID access tokens properly:
JWT_READ_SCOPESandJWT_WRITE_SCOPES(See Microsoft Docs as reference)JWT_READER_ROLEandJWT_WRITER_ROLEto be checked from a "roles" claims.