添加登录页面描述

添加登录页说明

要向登录页添加登录页说明,请使用以下 Windows PowerShell cmdlet 和语法。

add sign in description

Set-AdfsGlobalWebContent -SignInPageDescriptionText "<p>Sign-in to Contoso requires device registration. Click <A href='http://fs1.contoso.com/deviceregistration/'>here</A> for more information.</p>"

重要

SignInPageDescriptionText 参数的字符串同时支持带标记和不带标记的纯 HTML。 因此,你还可运行以下 cmdlet 而无需使用 <p> 标记。 Set-AdfsGlobalWebContent -SignInPageDescriptionText "Sign-in to Contoso requires device registration. Click <A href='http://fs1.contoso.com/deviceregistration/'>here</A> for more information."

自定义登录页面后,将优先该自定义;因此,你应该为你想要支持的所有语言进行自定义。 所有自定义的内容都使用区域设置参数。 在配置本地化内容时,应首先配置不带有国家/地区的区域设置,例如“en”,然后再配置国家/地区和特定于区域的区域设置,例如“en-us”。

其他参考

AD FS 用户登录自定义