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

@@ -21,5 +21,6 @@
"config.enableUsGovCloudDescription": "Should US Government Azure cloud (Fairfax) integration be enabled",
"config.enableChinaCloudDescription": "Should Azure China integration be enabled",
"config.enableGermanyCloudDescription": "Should Azure Germany integration be enabled",
"config.enableArcFeatures": "Should features related to Azure Arc be enabled (preview)"
"config.enableArcFeatures": "Should features related to Azure Arc be enabled (preview)",
"config.enableDeviceCodeLogin": "Enable Azure Active Directory device code login mechanism"
}