1. Ping Identity PingAccess 7.3 Documentation, Administrator Guide, "Configuring administrative authentication," Section: "Failsafe administrative sign on."
This section explicitly states, "To prevent being locked out of the PingAccess administrative console if PingFederate is unavailable, you can configure a failsafe authentication method... This is done by setting the admin.auth.type property in the run.properties file to basic." This directly supports the concept of an override or failsafe.
2. Ping Identity PingAccess 7.3 Documentation, Administrator Guide, "Getting Started," Section: "The run.properties file."
This section details the properties within the run.properties file. For admin.auth.type, it describes the available values (sso or basic) and clarifies that basic can be used as a fallback when SSO is the primary method, reinforcing its role as an override mechanism.