Add device code authentication (#9097) (#9620)

* Add device code authentication

* Change string
This commit is contained in:
Amir Omidi
2020-03-16 13:56:17 -07:00
committed by GitHub
parent 588b9a1fcf
commit b35241dbe6
3 changed files with 17 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%"
}
}
},