Skip to content

Commit

Permalink
Merge pull request #777 from Lombiq/issue/OSOE-598
Browse files Browse the repository at this point in the history
OSOE-598: Add entra authentication for live metrics
  • Loading branch information
Piedone authored Jun 14, 2024
2 parents 54bce03 + 659d217 commit 916a297
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ autorun
barcode
chainable
clickable
entra
flyout
hackish
hashable
Expand Down
11 changes: 9 additions & 2 deletions src/Lombiq.OSOCE.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@
},
"OrchardCore": {
"Lombiq_Hosting_Azure_ApplicationInsights": {
// Fill this out if you'd like to use the Application Insights module.
"QuickPulseTelemetryModuleAuthenticationApiKey": "your API key here",
// Set this if you want to use Entra authentication (required if 'Local Authentication' is disabled).
// Possible values: None, ManagedIdentity, ServicePrincipal.
"EntraAuthenticationType": "None",
// Provide the ServicePrincipal Credentials (required if EntraAuthenticationType is set to ServicePrincipal).
"ServicePrincipalCredentials": {
"TenantId": "your service principal tenant id",
"ClientId": "your service principal client id",
"ClientSecret": "your service principal client secret"
},
// Some sample configuration below.
"EnableUserNameCollection": true,
"EnableLoggingTestMiddleware": true
Expand Down

0 comments on commit 916a297

Please sign in to comment.