1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

CLI support for SSO Login (#57)

* sso login support

* fix build and lint issues

* allow web vault URL to be set
This commit is contained in:
Kyle Spearrin
2020-08-04 14:19:53 -04:00
committed by GitHub
parent fb122cbbdb
commit 2b2d8a9fab
10 changed files with 59 additions and 9 deletions

View File

@@ -140,6 +140,9 @@
"baseUrl": {
"message": "Server URL"
},
"webVaultUrl": {
"message": "Web Vault Server URL"
},
"apiUrl": {
"message": "API Server URL"
},