The IFD Configuration guide has a section describing how to modify the timeout setting. The following is a simple walkthrough:
- Open up a windows powershell session
- In ther powershell session type in:
- Add-PSSnapin Microsoft.Adfs.PowerShell
- Get-ADFSRelyingPartyTrust -Name:"Relying_Party"
- Set-ADFSRelyingPartyTrust -TargetName:"Relying_Party" -TokenLifetime 480
Note that the Relying_Party value should be the Relying Party you see in ADFS. So in this example it would be "CRM External".
No comments:
Post a Comment