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
1 |
Set-AdfsGlobalWebContent –CompanyName "Dyn365Apps" |
Change Company Logo
1 |
Set-AdfsWebTheme -TargetName default -Logo @{path="c:\dyn365apps\logo.png"} |
Change Illustration
1 |
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…
[Tip] Customise ADFS Login Page