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

stub out OneLogin connector

This commit is contained in:
Kyle Spearrin
2020-03-12 12:42:04 -04:00
parent d9e7256804
commit d374cff51c
8 changed files with 198 additions and 3 deletions

View File

@@ -582,8 +582,8 @@
"message": "Hide to Tray"
},
"alwaysOnTop": {
"message": "Always on Top",
"description": "Application window should always stay on top of other windows"
"message": "Always on Top",
"description": "Application window should always stay on top of other windows"
},
"hideToMenuBar": {
"message": "Hide to Menu Bar"
@@ -599,5 +599,14 @@
},
"overwriteExisting": {
"message": "Overwrite existing organization users based on current sync settings."
},
"clientId": {
"message": "Client ID"
},
"clientSecret": {
"message": "Client Secret"
},
"region": {
"message": "Region"
}
}