Tekelija.Issues
Service should log web application store events
Configuration
Module config
{
"Issues": {
"MongoDbUrl": null
}
}
Name | Type | Default | Description |
---|---|---|---|
MongoDbUrl | string | null | mongodb database url |
Authorization config
OpenId authentication configuration.
{
"AuthServer": {
"Issuer": "https://authenticatomatic.urszr.si:22000",
"ClientId": null,
"ClientSecret": null,
"Audience": null
}
}
Name | Type | Default | Description |
---|---|---|---|
Issuer | string | null | OAuth server url |
ClientId | string | null | Authorization app id |
ClientSecret | string | null | Authorization app secret |
Audience | string[] | null | Array of audiences (scope resources) to be used in token validation |
Minimal required configuration is Issuer