Add device code authentication (#9097)

* Add device code authentication

* Change string
This commit is contained in:
Amir Omidi
2020-02-07 17:15:09 -08:00
committed by GitHub
parent 8e731c75c3
commit ba66305bb5
3 changed files with 16 additions and 4 deletions

View File

@@ -39,6 +39,11 @@
"type": "boolean",
"default": true,
"description": "%config.enablePublicCloudDescription%"
},
"accounts.azure.enableDeviceCodeLogin": {
"type": "boolean",
"default": false,
"description": "%config.enableDeviceCodeLogin%"
}
}
}