Update JWT Audience value in appsettings.json

Changed the Audience for JWT config with Id "f3c0881b-c349-442a-ac24-d02da0798abd" from "sign-flow-gen.digitaldata.works" to "sign-flow.digitaldata.works" to reflect the correct audience for token validation.
This commit is contained in:
2026-02-02 12:55:56 +01:00
parent fec5a21612
commit c82c7baed7

View File

@@ -55,7 +55,7 @@
{ {
"Id": "f3c0881b-c349-442a-ac24-d02da0798abd", "Id": "f3c0881b-c349-442a-ac24-d02da0798abd",
"Issuer": "auth.digitaldata.works", "Issuer": "auth.digitaldata.works",
"Audience": "sign-flow-gen.digitaldata.works", "Audience": "sign-flow.digitaldata.works",
"IsEncrypted": true, "IsEncrypted": true,
"Lifetime": "12:00:00" "Lifetime": "12:00:00"
} }