Forum Discussion
S_S_Ramana
Mar 11, 2017Bronze Contributor
Custom 404 page
Hello Folks, can someone point out what the best way to implement a cusom 404 page on o365 would be? Regards, Ramana
S_S_Ramana
Mar 12, 2017Bronze Contributor
jcgonzalezmartin - for the current customer, we have an E3 license and login happens through ADFS.
Mar 12, 2017
Well, then your customizations options are limited to what you can do at the ADFS deployment. I have not seen anything specific to 404 pages, but there are many other customizations you can do:
- https://blogs.technet.microsoft.com/pie/2015/08/29/customizing-the-ad-fs-sign-in-pages-per-relying-party-trust/
- https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-fs/operations/ad-fs-user-sign-in-customization
- https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-fs/operations/custom-error-messages-for-ad-fs-sign-in-page
- https://blogs.technet.microsoft.com/pie/2015/08/29/customizing-the-ad-fs-sign-in-pages-per-relying-party-trust/
- https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-fs/operations/ad-fs-user-sign-in-customization
- https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-fs/operations/custom-error-messages-for-ad-fs-sign-in-page
- S_S_RamanaMar 12, 2017Bronze Contributor
jcgonzalezmartin, back in the on-premise version, we had the following api's available,
SPWebApplication.SPCustomPage.AccessDenied
SPWebApplication.SPCustomPage.Confirmation
SPWebApplication.SPCustomPage.Error
SPWebApplication.SPCustomPage.Login
SPWebApplication.SPCustomPage.RequestAccess
SPWebApplication.SPCustomPage.Signout
SPWebApplication.SPCustomPage.WebDeleted
is there an equivalent of these on O365?
- Mar 12, 2017All of these are configurable at SharePoint OnPrem, so if you are asking to make the same in SPO, this is not possible Today