Skip to content

Commit 4f10325

Browse files
authored
fix: entity configuration typ header
fix: entity configuration typ header
2 parents 2e69774 + 61cee33 commit 4f10325

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/server/app/rp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ module.exports = function(app, checkAuthorisation) {
7171
const thumbprint = await key.thumbprint('SHA-256');
7272

7373
const header = {
74+
typ: 'entity-statement+jwt',
7475
kid: base64url.encode(thumbprint),
7576
//x5c: [x5c.toString("base64")]
7677
}

src/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spid-oidc-check-op",
3-
"version": "1.15.2",
3+
"version": "1.15.3",
44
"description": "SPID OIDC Conformance Test Tool for OP",
55
"main": "spid-oidc-check-op",
66
"author": "Michele D'Amico (damikael) - AgID",

0 commit comments

Comments
 (0)