Authentication
We have a rather large complex ColdFusion application that prompts the user for authentication using the server account name and password, the standard authentication method. Recently the government has strengthened their security and now users, our customers, from within military bases recieved the following error:
Access Denied (content_filter_denied)
Your request was denied because of its content categorization: "none"
We have not control over this and the government has declined correcting their system. As a normal ColdFusion web site the basic identity is “anonymous” and I see that as potentially allowing too little security. Is there an alternate means of authentication, possibly using .NET as a front-end? We currently have a .NET application working so we know that is possible. Without a solution to this we may have to rewrite thousands of lines of complex code from ColdFusion.
