web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

[Tip] Customise ADFS Login Page

Nadeeja Bomiriya Profile Picture Nadeeja Bomiriya 6,804

Customise ADFS Login Page

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:

https://technet.microsoft.com/windows-server-docs/identity/ad-fs/operations/ad-fs-user-sign-in-customization

Thank you for visiting Dyn365Apps.com.

Follow me on Twitter to get the latest news, tips and tricks and more …

Until next time…

Comments

*This post is locked for comments