I have been tasked with implementing user switching in a component that connects to a WCF service using federated security.
I can use Tokenclaims.ReadClaim() to find out what username is currently logged on.
How do I invalidate this token and force another logon?
I have tried changing the username and password on the credentials, but that doesn't seem to do the trick, as the existing claim is still being used.
help :)