Hey. I've been checking everywhere for more information on the following statement in the Hotfix Build 4.3.2124 information from Microsoft:
- This update adds the ability to fully customize the portal header. Replace the portal header section with custom HTML content (by adding the CustomPortalHeader.html file into the Customizations folder).
That's completely awesome, that we finally can do some more customization on the portal header without digging into the Sharepoint CSS files. However, I've been trying this out and have so far had zero success. Has anyone been able to try it out yet?
What I've done is to create a "Customizations" folder and added the CustomPortalHeader.html file there: C:\Program Files\Microsoft Identity Manager\2016\Portal\Customizations\CustomPortalHeader.html
After IISRESET, deleted client cache and even FIM Service restart, no changes in the header. What am I doing wrong?
Note: I have only added a few simple lines of HTML so far to see if I get it to work - does it expect something more spesific?
<html><body><h1>TEST</h1><p>Test 2</p></body></html>