Skip to content

Commit 2c2f1c3

Browse files
authored
fix: test 2.1.3 to self assessment
fix: test 2.1.3 to self assessment
2 parents 1330006 + 49c89d0 commit 2c2f1c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8",
3+
"version": "1.15.9",
44
"description": "SPID OIDC Conformance Test Tool for OP",
55
"main": "spid-oidc-check-op",
66
"author": "Michele D'Amico (damikael) - AgID",

src/test/2.1.3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Test_2_1_3 extends TestAuthRequest {
1515
this.num = '2.1.3';
1616
this.description =
1717
'Wrong Authentication Request: client_id is not present as HTTP parameter. Expected: Error on OP.';
18-
this.validation = 'required ';
18+
this.validation = 'self';
1919
}
2020

2121
async exec() {

0 commit comments

Comments
 (0)