1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-06 10:33:46 +00:00

Add Azure Identity Authority Selector (#176)

* New AzureSettings to select the Identity Authority

* Add fallback for existing customers

* Throw error if Identity Authority is set to invalid value
This commit is contained in:
Daniel James Smith
2021-11-18 19:02:33 +01:00
committed by GitHub
parent 660ee538ce
commit abc68e8ef9
4 changed files with 22 additions and 1 deletions

View File

@@ -354,6 +354,9 @@
"rootPath": {
"message": "Root Path"
},
"identityAuthority": {
"message": "Identity Authority"
},
"tenant": {
"message": "Tenant"
},