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

@@ -19,5 +19,5 @@
"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.useNewSignInExperience": "Use the new Azure sign in experience"
"config.enableDeviceCodeLogin": "Enable Azure Active Directory device code login mechanism"
}