This commit is contained in:
troettinger 2017-12-11 22:29:53 +01:00
Родитель 07abfade62
Коммит 41cb06ed87
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,9 @@ Set-AdfsProperties -WIASupportedUserAgents @("MSAuthHost/1.0/In-Domain","MSIPC",
#Enable Supprt for Edge Browser
Set-AdfsProperties -IgnoreTokenBinding $true
#Enable Refresh Token
Set-ADFSRelyingPartyTrust -TargetName AzureStack -TokenLifeTime 1440
}
}
}