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

gsuite directory service implementation

This commit is contained in:
Kyle Spearrin
2017-05-18 16:36:54 -04:00
parent 4c84882682
commit 2b6478b5b0
3 changed files with 157 additions and 6 deletions

View File

@@ -3,5 +3,7 @@
public class GSuiteConfiguration
{
public string SecretFile { get; set; } = "client_secret.json";
public string Customer { get; set; }
public string Domain { get; set; } = "yourcompany.com";
}
}