Auth Port
The port for authorization server. This is optional. Default is 80 for http and 443 for https.
A700x
Set the Auth Port parameter on the Task Settings tab of the task package.
Android
Set the AuthPort parameter in the ManhattanConfig repository in the OnetimeStartupSettings.config file.
{
"Repositories": {
"ManhattanConfig": {
"AuthPort": "443"
}
}
}