{
  /*
  The following identity settings need to be configured
  before the project can be successfully executed.
  For more info see https://aka.ms/dotnet-template-ms-identity-platform 
  */
  "AzureAd": {
    "Authority": "https://login.microsoftonline.com/c68e6a9f-43b7-4d67-8d8a-5529357fc639",
    //"TenantId": "c68e6a9f-43b7-4d67-8d8a-5529357fc639",
    "ClientId": "b0d29c65-ddc6-4d29-975f-2c43508696f3",
    "ValidateAuthority": true
    //"CallbackPath": "/authentication/login"
  },
  "BaseAddress": "https://functionswithauth.azurewebsites.net/",
  //"BaseAddress": "http://localhost:7071/",
  "AuthorizedURLS": [
    "http://localhost:7071",
    "https://functionswithauth.azurewebsites.net",
    "https://funcauth.codependent.io",
    "https://witty-stone-0577fe310.azurestaticapps.net"
  ],
  "Scope": "api://b0d29c65-ddc6-4d29-975f-2c43508696f3/Users.Read"
}
