Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.41 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.41 KB

Resolve

Resolve is a case management software developed to manage cases, which are service requests created by members of an organization, going through an approval workflow.

Case Creation

Resolve Case Creation Demo

Updated Screens:

Homepage

Ticket View

Preferences

Assignments

Attachment/Attachments

Before you run the application, you would need to create an "appsettings.json" file in the parent directory of the application with the following contents:

{
  "AzureAd": {
    "Instance": "https://login.microsoftonline.com/",
    "Domain": "",
    "TenantId": "",
    "ClientId": "",
    "CallbackPath": "/signin-oidc",
    "ClientSecret": ""
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "Smtp": {
    "FromAddress": "[email protected]",
    "Server": "smtp.example.com",
    "Password": "",
    "Port": ##
  },
  "Launch": {
    "Host_Name": "localhost or hostname",
    "Host_Port":  443/80/etc
  },
  "AllowedHosts": "*",
  "GraphApiUrl": "https://graph.microsoft.com/beta",
  "ConnectionStrings": {
    "ResolveContext": ""
  }
}

Fill values w.r.t your application for Domain, TenantId, ClientId, ClientSecret & ConnectionStrings for Database