1
0
mirror of https://github.com/bitwarden/server synced 2025-12-27 13:43:18 +00:00

Duo WebSDK Token Provider

This commit is contained in:
Kyle Spearrin
2017-06-21 00:04:25 -04:00
parent 4d6d3c97a3
commit 7095ae0ea1
5 changed files with 83 additions and 1 deletions

View File

@@ -34,6 +34,13 @@
"notificationHub": {
"connectionString": "SECRET",
"hubName": "SECRET"
},
"yubico": {
"clientid": "SECRET",
"key": "SECRET"
},
"duo": {
"aKey": "SECRET"
}
}
}