Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created July 26, 2016 19:36
Show Gist options
  • Save fabriciosanchez/baff25c99a419ca1787e80bd3bdc0ff9 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/baff25c99a419ca1787e80bd3bdc0ff9 to your computer and use it in GitHub Desktop.
Arda.Main - Secrets.json
{
"Authentication": {
"AzureAd": {
"AADInstance": "[Endereço remoto do Azure AD]",
"CallbackPath": "[URL de callback]",
"ClientId": "[Chave de ClientID fornecida pelo AD]",
"ClientSecret": "[Chave de ClientSecret fornecida pelo AD]",
"Domain": "[Domínio do Azure AD]",
"GraphResourceId": "[Endpoint público do Microsoft Graph]",
"PostLogoutRedirectUri": "[URL para quando o usuário fizer logout no sistema]",
"TenantId": "[TenantID fornecido pelo Azure AD]"
}
},
"Storage": {
"Redis": {
"Configuration": "[String de conexão para o Azure Redis Cache]",
"InstanceName": "[Nome da instância do Azure Redis Cache]"
},
"AzureBLOB": {
"ConnectionString": "[String de conexão para o Azure Storage]",
"ContainerName": "[Nome do container do Azure Storage]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment