Hi,
Fiddler is always showing a 404 for /favicon.ico when passing ADFS (2012 R2).
As we have an 'AdditionalFileResource' option when using an AdfsWebTheme I though it would make sense to just serve up an .ico file, like so:
(Note: linebreaks added for readability)
Set-AdfsWebTheme -TargetName MyCustomTheme
-AdditionalFileResource @{uri='/adfs/portal/ico/favicon.ico';
path='D:\Program Files\AdfsWebTheme\MyCustomTheme\ico\favicon.ico'}
Unfortunately, this doesn't work. Presumably because all web content is served up from "/adfs/portal/" URL's (and not root).
Would anybody know of an alternative way?
Danny Alvares, Senior Technology Consultant