IdentityServer3 icon indicating copy to clipboard operation
IdentityServer3 copied to clipboard

Missing favicon path

Open explunit opened this issue 9 years ago • 4 comments

  • [x] I read and understood how to enable logging

Question / Issue

Very minor issue: If I'm reading this correctly, layout.html does not reference the default favicon in assets, and this causes extra 404's. Welcome.html does include a favicon reference.

Relevant parts of the log file

n/a

explunit avatar Mar 03 '16 23:03 explunit

we don't do a favicon on the normal pages since it should be your icon, not ours.

brockallen avatar Mar 04 '16 01:03 brockallen

True, but it becomes a problem of where exactly you specify it, short of manually copying it to the root of the web server. In a path like /myhostapp/identityserver, myhostapp has no opportunity to set the favicon. The only time it really works well is when the host app is at the root of the web server.

explunit avatar Mar 04 '16 01:03 explunit

Ok, I'll see what can be done.

brockallen avatar Mar 04 '16 13:03 brockallen

To get the favicon.ico working just put it in the root path of the WebAPI project. I don't use the custom layouts yet, but I have my favicon.ico working. (IdentityManager however, this doesn't work at all).

BruceHunter avatar Mar 11 '16 14:03 BruceHunter