Add Web UI for the SMS Site

This commit is contained in:
2021-12-30 22:12:06 -08:00
parent 42b293ed81
commit 74001ae291
81 changed files with 74474 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:3716",
"sslPort": 44304
}
},
"profiles": {
"TwilioSMSReceiver.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7012;http://localhost:5062",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"dependencies": {
"identityapp.aad1": {
"type": "identityapp.aad",
"connectionId": "AzureAD:ClientSecret"
},
"secrets1": {
"type": "secrets"
}
}
}

View File

@@ -0,0 +1,12 @@
{
"dependencies": {
"identityapp.aad1": {
"secretStore": "LocalSecretsFile",
"type": "identityapp.aad.callsgraph",
"connectionId": "AzureAD:ClientSecret"
},
"secrets1": {
"type": "secrets.user"
}
}
}