We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1330006 + 49c89d0 commit 2c2f1c3Copy full SHA for 2c2f1c3
2 files changed
src/server/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spid-oidc-check-op",
3
- "version": "1.15.8",
+ "version": "1.15.9",
4
"description": "SPID OIDC Conformance Test Tool for OP",
5
"main": "spid-oidc-check-op",
6
"author": "Michele D'Amico (damikael) - AgID",
src/test/2.1.3.js
@@ -15,7 +15,7 @@ class Test_2_1_3 extends TestAuthRequest {
15
this.num = '2.1.3';
16
this.description =
17
'Wrong Authentication Request: client_id is not present as HTTP parameter. Expected: Error on OP.';
18
- this.validation = 'required ';
+ this.validation = 'self';
19
}
20
21
async exec() {
0 commit comments