I was advised that if we disable "ArcGIS login" in the Security settings of ArcGIS Enterprise Portal that we would still be able to programmatically used built-in accounts. In other words disabling that setting would remove the ArcGIS login option from the login page, but would not actually disable the built-in accounts.
However, when using the ArcGIS Python API, code that connects using a built-in account stops working when we disable that setting.
Was I given bad advice, or is there some trick to getting the Python API to connect when that setting is disabled?
We really don't want users to see that option for logging in because we get help tickets all the time when they chose that option instead of the button for Single Sign on. Disabling that option makes a better user experience, but we still need back end Python jobs to be able to log in too.