We use SSO / SAML for our GoogleApps login. However, everytime
someone logs out of the system, when google forwards to the "Logout"
page, we always get an https warning about downloading unsecure
images. The reason this happens is because the Logout page is https,
and part of it's logout mechanism is to download a series of images in
the body of the document. Now, most of those "images" are using
https, but a few are using standards http. Can the Logout page just
go ahead and use https for all the "images" to keep this warning from
happening. It is quite annoying for our users.
Thanks!
-- W.G.