0

Researching I found how to change the life of a token by using the powershell command

set-ADFSRelyingPartyTrust-TargetName "your app display name Relying party in ADFS trust"- TokenLifetime "value in minutes"

My problem is that once time passes I need to log out,I do not know if this is possible, thank you for your help.

4

3 に答える 3

0

トークンの有効期間とセッションの有効期間は 2 つの異なるものです。自動ログアウトが必要な場合は、証明書利用者でセッション Cookie の有効期間を構成することで実行できます。

Windows Identity Foundation - 証明書利用者セッション セキュリティ トークンの有効期間

于 2013-08-22T21:05:05.150 に答える