Skip to content

Commit

Permalink
846: Create new ESV for trusted dir fqdn & update /jwkms endpoint (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunharrisonFR authored Jun 20, 2024
1 parent 74b0f08 commit e0002ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"_id": "esv-sapig-core-trusteddirurl",
"description": "",
"expressionType": "string",
"valueBase64": "${ESV_SAPIG_CORE_TRUSTEDDIRURL}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"jwksUri": {
"inherited": false,
"value": "&{esv.sapig.core.baseurl}/jwkms/testdirectory/jwks"
"value": "&{esv.sapig.core.trusteddirurl}/jwkms/testdirectory/jwks"
},
"publicKeyLocation": {
"inherited": false,
Expand Down

0 comments on commit e0002ab

Please sign in to comment.