Update claims in asp.net claim based authentication -
i have asp.net application, authentication use claim based authentication. default asp stores user's claims in cookie(i think).
i have admin panel, admin can change user's claims. example user has "crud" claims (for claimtype = "document"), admin decides change "crud" "cru" (d omitted).
user has "crud" claims until cookie expired, because logged in before admin's decision.
how can force user's cookie updated have "cru" claims.
Comments
Post a Comment