diff --git a/README.md b/README.md index 8adf979..1c1b0e7 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Backend for the vegasco (***VE***hicle ***GAS*** ***CO***nsumption) application. ### Configuration -| Configuration | Description | Default | Required | -| --- | --- | --- | --- | -| JWT:Authority | The authority of the JWT token. | - | true | -| JWT:Audience | The audience of the JWT token. | - | true | -| JWT:Issuer | The issuer of the JWT token. | - | true | -| JWT:NameClaimType | The type of the name claim. | `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name` (C# constant `ClaimTypes.Name` | false | +| Configuration | Description | Default | Required | +|--------------------------|-------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|----------| +| JWT:MetadataUrl | The oidc meta data url | - | true | +| JWT:ValidAudience | The valid audience of the JWT token. | - | true | +| JWT:NameClaimType | The claim type of the user's name claim. | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name | false | +| JWT:AllowHttpMetadataUrl | Whether to allow the meta data url to have http as protocol. Always true when `ASPNETCORE_ENVIRONMENT=true` | false | false | The application uses the prefix `Vegasco_` for environment variable names. The prefix is removed when the application reads the environment variables and duplicate entries are overwritten by the environment variables.