passive-sts

How can I make a security token automatically expire in a passive STS setup?

◇◆丶佛笑我妖孽 提交于 2019-12-20 02:37:09
问题 I have a passive STS set up for a new application I'm working on. I've noticed that when a user's session expires, the user is still authenticated. I would have thought that when the session expires, the user would no longer be authenticated. My boss discussed this with me as I am currently charged with setting up the authentication. He says that it would be good if we could make the user's log on expire after a certain period of inactivity similar to how the session expires. I am familiar

Windows Identity Foundation: How to get new security token in ASP.net

那年仲夏 提交于 2019-12-06 12:39:59
问题 I'm writing an ASP.net application that uses Windows Identity Foundation. My ASP.net application uses claims-based authentication with passive redirection to a security token service. This means that when a user accesses the application, they are automatically redirected to the Security Token Service where they receive a security token which identifies them to the application. In ASP.net, security tokens are stored as cookies. I want to have something the user can click on in my application