1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-18 01:03:22 +00:00

auth with service account user

This commit is contained in:
Kyle Spearrin
2017-05-18 22:11:22 -04:00
parent 5bdafbced8
commit a48aedf7da
3 changed files with 39 additions and 19 deletions

View File

@@ -5,5 +5,6 @@
public string SecretFile { get; set; } = "client_secret.json";
public string Customer { get; set; }
public string Domain { get; set; } = "yourcompany.com";
public string AdminUser { get; set; } = "adminuser@yourcompany.com";
}
}