passive-sts
Windows Identity Foundation Security Token Service setting cookie timeouts
I want to configure the timeout duration that is applied to the cookies that are created on relying party after a user logs in through the passive Security Token Service (STS). I believe I read somewh[详细]
2023-01-18 13:27 分类:问答Sliding Expiration in ASP.NET web app using claims from STS
Two questions: 1) How/where do I set the lifetime of the session c开发者_如何学Pythonookie in my web application when using an STS to get claims? From what I can tell, it seems I can only do this pro[详细]
2023-01-02 13:54 分类:问答How can I make a security token automatically expire in a passive STS setup?
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 expire[详细]
2023-01-02 08:32 分类:问答IIS 7.5 What am I doing wrong?
In IIS 7.5 under Windows 7 Utilmate, I have an application which is configured for authentication as follows:[详细]
2022-12-31 00:48 分类:问答Why does web client require Passive STS when using WIF
I have a web application and would want it to be secured using a Custom STS using Windows Identity foundation开发者_JS百科 3.5. All examples have a passive STS in scene. Why is this needed? and What h[详细]
2022-12-29 15:51 分类:问答Passive STS to allow single sign-on for Silverlight app and a Classic ASP web site
Currently I am working on a LOB Silverlight application. Eventually, I need to implement a single sign-on for the new app and an old Classic ASP w开发者_运维技巧eb app. Right now, the Silverlight App[详细]
2022-12-26 13:27 分类:问答Windows Identity Foundation: How to get new security token in ASP.net
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 w[详细]
2022-12-19 00:29 分类:问答