Skip to main content

Unable to Access the SecureAuth WebAdmin

Symptom

User is unable to access the admin page on the appliance. When attempting to access https://localhost/secureauth0/localAdmin.aspx and then hitting "Continue", the login page appears.

Resolution

Check the web.config for "SecureAuth0" by opening it with notepad. Search for "Authentication mode" and check to see if there is a domain specified. If there is, remove it since our localadmin.aspx does not place that value in the cookie. View the example below. Make sure there is no value specified for the domain.

forms name=".ASPXFORMSAUTH" loginUrl="SecureAuth.aspx" protection="All" timeout="10" path="/" requireSSL="true" domain="" />