Install and configure 编辑
Install and setup sequence
- Install the Federated Authentication Service (FAS)
- Enable the FAS plug-in on StoreFront stores
- Configure the Delivery Controller
- Configure Group Policy
- Use the FAS administration console to:
Install the Federated Authentication Service
For security, Citrix recommends that the Federated Authentication Service (FAS) is installed on a dedicated server that is secured in a similar way to a domain controller or certificate authority. FAS can be installed from either:
- the Citrix Virtual Apps and Desktops installer (from the Federated Authentication Service button on the autorun splash screen when the ISO is inserted), or
- the stand-alone FAS installer file (available as an MSI file on Citrix Downloads).
These install the following components:
- Federated Authentication Service
- PowerShell snap-in cmdlets for advanced FAS configuration
- FAS administration console
- FAS Group Policy templates (CitrixFederatedAuthenticationService.admx/adml)
- Certificate template files
- Performance counters and event logs
Upgrading FAS
You can upgrade FAS to a newer version using an in-place upgrade. Before upgrading, consider the following:
- All FAS server settings are preserved when you perform an in-place upgrade.
- Ensure that the FAS administration console is closed before you upgrade FAS.
- Ensure that at least one FAS server is available always. If no server is reachable by a Federation Authentication Service-enabled StoreFront server, users cannot log on or start applications.
To start an upgrade, install FAS from the Citrix Virtual Apps and Desktops installer or from the stand-alone FAS installer file.
Enable the FAS plug-in on StoreFront stores
Note:
This step is not needed if you are using FAS only with Citrix Cloud.
To enable FAS integration on a StoreFront Store, run the following PowerShell cmdlets as an Administrator account. If the store has a different name, modify $StoreVirtualPath
.
Get-Module "Citrix.StoreFront.*" -ListAvailable | Import-Module
$StoreVirtualPath = "/Citrix/Store"
$store = Get-STFStoreService -VirtualPath $StoreVirtualPath
$auth = Get-STFAuthenticationService -StoreService $store
Set-STFClaimsFactoryNames -AuthenticationService $auth -ClaimsFactoryName "FASClaimsFactory"
Set-STFStoreLaunchOptions -StoreService $store -VdaLogonDataProvider "FASLogonDataProvider"
<!--NeedCopy-->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论