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
Fix access token issues including roles updating role etc.
Requirements
project must be runnable
access token must be validated in middleware
updating user role should create UserRoleUpdateEvent to update roles in cache
if user role is removed any access tokens that have that role must be revoked
fix access token and refresh token caching time - as removing access token will force user to login again, we need to save access token to reasonable amount of time to avoid that
Deliverables
HttpContextExtensions - add methods to check and get values for claim values
AccessTokenValidation- validation of access token in access token middleware
The text was updated successfully, but these errors were encountered:
Fix access token
Description
Fix access token issues including roles updating role etc.
Requirements
UserRoleUpdateEvent
to update roles in cacheDeliverables
HttpContextExtensions
- add methods to check and get values for claim valuesAccessTokenValidation
- validation of access token in access token middlewareThe text was updated successfully, but these errors were encountered: