Categories
SISFO Kampus TIK World Wide Web

Modification Landing Page of Login AD FS SSO Office 365 On Premise

For those who use onpremise ADFS server for SSO to Office 365, modifications can be made to Landing Pages SSO login page. Not bad, more tastefully owned by the institution itself, than using Microsoft’s built-in landing pages.

Pastikan konfigurasi server ADFS sudah selesai secara sempurna, dan halaman login SSO onpremise sudah bisa diakses atau dipakai login layanan Office 365.

Let’s start the modification:

 

Change Logo

  • Set-AdfsWebTheme -TargetName default -Logo @{path=”c:Contosologo.png”}
  • Make sure the ADFS page logo image size does not exceed 260×350 with 96 dpi resolution, then the size is not more than 10 KB
  • Save the logo image on C, then do the cmd as administrator command:
  • Set-AdfsWebTheme -TargetName default -Logo @{path=”c:tulo.png”}

Change the illustration image

  • Set-AdfsWebTheme -TargetName default -Illustration @{path=”c:Contosoillustration.png”}
  • The image for the ADFS login page illustration is not more than 1420×1080 with pixels @ 96 DPI, then the file size is less than 200 KB
  • Save the illustration image in C, then do the cmd as administrator command:
  • Set-AdfsWebTheme -TargetName default -Illustration @{path=”c:ilus.jpg”}
  • Change description text

  • 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>”
  • do the cmd as administrator command:
  • Set-AdfsGlobalWebContent -SignInPageDescriptionText “<p>Sign-in ke ADFS Office 365 Telkom University menggunakan username dan password sesuai akses ke iGracias. Ajukan ticketing di <A href=’https://igracias.telkomuniversity.ac.id/’>Helpdesk iGracias</A> jika mengalami kendala login atau lisensi.</p>”

Change the text footer

  • Set-AdfsGlobalWebContent -HelpDeskLink https://fs1.contoso.com/help/ -HelpDeskLinkText Help
  • Add link helpdesk, do cmd as administrator:
  • Set-AdfsGlobalWebContent -HelpDeskLink https://igracias.telkomuniversity.ac.id/ -HelpDeskLinkText Helpdesk-iGracias
  • Set-AdfsGlobalWebContent -HomeLink https://fs1.contoso.com/home/ -HomeLinkText Home
  • Add link home, do cmd as administrator:
  • Set-AdfsGlobalWebContent -HomeLink https://telkomuniversity.ac.id/ -HomeLinkText Tel-U
  • Add link privacy, do cmd as administrator:
  • Set-AdfsGlobalWebContent -PrivacyLink https://fs1.contoso.com/privacy/ -PrivacyLinkText Privacy
  • Add link privacy, do cmd as administrator:
  • Set-AdfsGlobalWebContent -PrivacyLink http://rnd.is.telkomuniversity.ac.id/geetings-from-manager/news-archieves/term-of-service-tos-of-tel-u-official-document-usage/ -PrivacyLinkText Privacy

The result will be like this:

 

Alhamdulillah, after 2 weeks trying to run the adfs server, finally it finished, so the windows server sysadmin suddenly arrived. Thank you for the many iGracias helpdesk being bumped when there were complaints, the datacenter team that helped install the OS, and to UCrew who had a lot of testing aids also be a bumper complaint from Office 365 Telkom University users.

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

Leave a Reply

Your email address will not be published. Required fields are marked *

Discover more from Just Shared on Tel-U

Subscribe now to keep reading and get access to the full archive.

Continue reading