1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/SignClient.json b/scripts/SignClient.json
new file mode 100644
index 000000000..e991c2b1f
--- /dev/null
+++ b/scripts/SignClient.json
@@ -0,0 +1,13 @@
+{
+ "SignClient": {
+ "AzureAd": {
+ "AADInstance": "https://login.microsoftonline.com/",
+ "ClientId": "eedcc7e7-c92c-42ff-9217-3ec939207bd8",
+ "TenantId": "71048637-3782-41a3-b6b2-6f4ac8a25ae0"
+ },
+ "Service": {
+ "Url": "https://codesign.novotny.org/",
+ "ResourceId": "https://novotny.org/SignService"
+ }
+ }
+}
\ No newline at end of file
|