I'm trying to allow a search engine that doesn't support javascript to crawl content protected by ADFS.
Is there a way to allow clients that don't support javascript to authenticate to an ADFS protected web site?
Out of the box, the ADFS login form relies on Javascript, switching to NTLM allows authentication to succeed but then the final redirect gets stuck because without javascript a submit button is presented.