Skip to content

Instantly share code, notes, and snippets.

@LauraKokkarinen
Created May 13, 2024 12:11
Show Gist options
  • Save LauraKokkarinen/268140a56441fba920de36a80f933b7e to your computer and use it in GitHub Desktop.
Save LauraKokkarinen/268140a56441fba920de36a80f933b7e to your computer and use it in GitHub Desktop.
{
"WebApp": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "284b2a9f-82d1-44fc-8ce5-4b406667aa1d",
"ClientId": "bcb979aa-8e47-4431-ae2d-724d72b44e5e",
"ClientSecret": "**sanitized**"
},
"WebApi": {
"TenantId": "284b2a9f-82d1-44fc-8ce5-4b406667aa1d",
"ClientId": "dac84b69-faef-4e4b-b203-91b2ea90e510",
"BaseUrl": "https://customapi.azurewebsites.net",
"Scopes": "api://dac84b69-faef-4e4b-b203-91b2ea90e510/access_as_user api://dac84b69-faef-4e4b-b203-91b2ea90e510/user_impersonation",
"ClientSecret": "**sanitized**"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment