Changed AuthClientParams "Url" to use the new endpoint (http://172.24.12.39:9090/auth-hub) and updated the "Audience" in "PublicKeys" from "sign-flow-gen.digitaldata.works" to "sign-flow.digitaldata.works" in appsettings.Development.json.
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AuthClientParams": {
|
|
"Url": "http://172.24.12.39:9090/auth-hub",
|
|
"PublicKeys": [
|
|
{
|
|
"Issuer": "auth.digitaldata.works",
|
|
"Audience": "sign-flow.digitaldata.works"
|
|
}
|
|
],
|
|
"RetryDelay": "00:00:05"
|
|
}
|
|
}
|