Z
zee
I have a custom application that creates the windowsidentity from user UPNs
and uses it to perform authorization. if a user is removed from an AD group
while the application is running, the application disposes the
windowsidentity and creates a new one but the windowsidentity.Groups still
contains the user group that the user was removed from. Are the token/groups
for a user cached? If so, how can we get rid of it so as to reflect the
change immediately?
and uses it to perform authorization. if a user is removed from an AD group
while the application is running, the application disposes the
windowsidentity and creates a new one but the windowsidentity.Groups still
contains the user group that the user was removed from. Are the token/groups
for a user cached? If so, how can we get rid of it so as to reflect the
change immediately?