[Tip] Customise ADFS Login Page
Views (1702)
The default ADFS Login Page includes a blue background on the left hand side and the textboxes to enter credentials on the right hand side. You may want to customise this page to make it more unique to your organisation. Using PowerShell, we can customise various sections of your ADFS login page to look more like above image.
Change Company Name
Set-AdfsGlobalWebContent –CompanyName "Dyn365Apps"
Change Company Logo
Set-AdfsWebTheme -TargetName default -Logo @{path="c:\dyn365apps\logo.png"}
Change Illustration
Set-AdfsWebTheme -TargetName default -Illustration @{path="c:\dyn365apps\illustration.png"}
Reference:
Thank you for visiting Dyn365Apps.com.
Follow me on Twitter to get the latest news, tips and tricks and more …
Until next time…
*This post is locked for comments