This discusses using a single sign-on for multiple domains with HTTP Authentication
HTTP Digest authentication allows listing of domains that are to be included in the realm. This is better than nothing, but has two problems as a solution:
There are ways of working around this second problem if you're using Apache on the server side; see mod_auth_digest: Working with MS Internet Explorer [7].
The proper solution to the second part of the problem is to get Microsoft to change their browser. After you stop laughing at the idea.
The solution to the first problem (listed under "Immediate solution", above) would be to modify the HTTP standard to support Digest wildcards.
Links:
[1] http://computerstuff.jdarx.info/content/single-sign-http-authentication#toc0
[2] http://computerstuff.jdarx.info/content/single-sign-http-authentication#toc1
[3] http://computerstuff.jdarx.info/content/single-sign-http-authentication#toc2
[4] http://computerstuff.jdarx.info/content/single-sign-http-authentication#toc3
[5] http://computerstuff.jdarx.info/content/single-sign-http-authentication#toc4
[6] http://fred.blogs.example.com
[7] http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html