Skip to content

Commit

Permalink
[ADMIN-API 1107] Add OIDC config to authentication sectio (#207)
Browse files Browse the repository at this point in the history
Add OIDC config to authentication section
  • Loading branch information
ricardogamboagap authored Dec 31, 2024
1 parent 7b82de1 commit 2b76b24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Application/EdFi.Ods.AdminApi/appsettings.Docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"Authentication": {
"IssuerUrl": "$ISSUER_URL",
"SigningKey": "$SIGNING_KEY",
"AllowRegistration": true
"AllowRegistration": true,
"OIDC": {
"Authority": "$OIDC_AUTHORITY"
}
},
"SwaggerSettings": {
"EnableSwagger": true,
Expand All @@ -39,8 +42,5 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"OIDC": {
"Authority": "$OIDC_AUTHORITY"
}
"AllowedHosts": "*"
}

0 comments on commit 2b76b24

Please sign in to comment.