I have a SharePoint 2007 portal configured to authenticate againsts a STS (ADFS 2.0) using the FormsSignIn (Forms Authentication on the ADFS). Is there any way to have a few pages living in the SharePoint portal that allow anonymous access? I've tried checking the "Enable Anonymous Access" in the SharePoint Central Admin, and I've tried adding location sections in the web.config, but both of these still redirects to the ADFS login page.
I have re-branded the ADFS login site so it looks less generic and more like our SharePoint login page. Should I just move those anonymous access pages out of SharePoint and into the ADFS site?
ADFS is new to me and I'm not sure what the best practices are for customizing the login process.
Thanks,