You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"name": "Test Case OIDC Core Userinfo Error Response - 405 Method Not Allowed",
52
+
"description": "Make the userinfo error response for 405 Method Not Allowed",
53
+
"ref": "SPID-QAD-OIDC-RP",
54
+
"hook": {
55
+
"authentication-request": ["2.0.0", "2.0.1"],
56
+
"authentication-response": ["2.2.0"],
57
+
"token-request": ["3.0.0"],
58
+
"token-response": ["3.1.0"],
59
+
"userinfo-request": ["4.0.0"],
60
+
"userinfo-response": ["4.2.1"]
61
+
}
62
+
},
50
63
"test-case-oidc-aa-0": {
51
64
"name": "Test Case Attribute Authority Grant Token Response",
52
65
"description": "Make the token response containing the grant token",
@@ -57,9 +70,122 @@
57
70
"token-request": ["3.0.0"],
58
71
"token-response": ["3.1.1"],
59
72
"userinfo-request": ["4.0.0"],
60
-
"userinfo-response": ["4.1.0"]
73
+
"userinfo-response": ["4.1.0"],
74
+
"granttoken-introspection-request": [],
75
+
"granttoken-introspection-response": ["5.1.0"]
76
+
}
77
+
},
78
+
"test-case-oidc-aa-1": {
79
+
"name": "Test Case Attribute Authority expired Grant Token Response (active=false)",
80
+
"description": "Make the token response containing an expired grant token and reply to grant token introspection with active=false",
81
+
"ref": "SPID-QAD-OIDC-RP, SPID-QAD-OIDC-OP-AA",
82
+
"hook": {
83
+
"authentication-request": ["2.0.0", "2.0.1"],
84
+
"authentication-response": ["2.2.0"],
85
+
"token-request": ["3.0.0"],
86
+
"token-response": ["3.1.2"],
87
+
"userinfo-request": ["4.0.0"],
88
+
"userinfo-response": ["4.1.0"],
89
+
"granttoken-introspection-request": [],
90
+
"granttoken-introspection-response": ["5.1.1"]
91
+
}
92
+
},
93
+
"test-case-oidc-aa-2": {
94
+
"name": "Test Case Attribute Authority Grant Token Correct Introspection Error Response",
95
+
"image": "test-case-oidc-aa-error",
96
+
"description": "Make the introspection error response for invalid_request",
97
+
"ref": "SPID-QAD-OIDC-RP, SPID-QAD-OIDC-OP-AA",
98
+
"hook": {
99
+
"authentication-request": ["2.0.0", "2.0.1"],
100
+
"authentication-response": ["2.2.0"],
101
+
"token-request": ["3.0.0"],
102
+
"token-response": ["3.1.1"],
103
+
"userinfo-request": ["4.0.0"],
104
+
"userinfo-response": ["4.1.0"],
105
+
"granttoken-introspection-request": [],
106
+
"granttoken-introspection-response": ["5.2.0"]
107
+
}
108
+
},
109
+
"test-case-oidc-aa-3": {
110
+
"name": "Test Case Attribute Authority Grant Token Wrong Introspection Error Response - Content-Type",
111
+
"image": "test-case-oidc-aa-error",
112
+
"description": "Make a wrong introspection error response - Content-Type is not 'application/json'",
113
+
"ref": "SPID-QAD-OIDC-RP, SPID-QAD-OIDC-OP-AA",
114
+
"hook": {
115
+
"authentication-request": ["2.0.0", "2.0.1"],
116
+
"authentication-response": ["2.2.0"],
117
+
"token-request": ["3.0.0"],
118
+
"token-response": ["3.1.1"],
119
+
"userinfo-request": ["4.0.0"],
120
+
"userinfo-response": ["4.1.0"],
121
+
"granttoken-introspection-request": [],
122
+
"granttoken-introspection-response": ["5.2.1"]
123
+
}
124
+
},
125
+
"test-case-oidc-aa-4": {
126
+
"name": "Test Case Attribute Authority Grant Token Wrong Introspection Error Response - Status Code",
127
+
"image": "test-case-oidc-aa-error",
128
+
"description": "Make a wrong introspection error response - HTTP Status Code is not one of [400, 401, 405, 500, 503]",
129
+
"ref": "SPID-QAD-OIDC-RP, SPID-QAD-OIDC-OP-AA",
130
+
"hook": {
131
+
"authentication-request": ["2.0.0", "2.0.1"],
132
+
"authentication-response": ["2.2.0"],
133
+
"token-request": ["3.0.0"],
134
+
"token-response": ["3.1.1"],
135
+
"userinfo-request": ["4.0.0"],
136
+
"userinfo-response": ["4.1.0"],
137
+
"granttoken-introspection-request": [],
138
+
"granttoken-introspection-response": ["5.2.2"]
139
+
}
140
+
},
141
+
"test-case-oidc-aa-5": {
142
+
"name": "Test Case Attribute Authority Grant Token Wrong Introspection Error Response - Parameter error not present",
143
+
"image": "test-case-oidc-aa-error",
144
+
"description": "Make a wrong introspection error response - parameter error is not present",
145
+
"ref": "SPID-QAD-OIDC-RP, SPID-QAD-OIDC-OP-AA",
146
+
"hook": {
147
+
"authentication-request": ["2.0.0", "2.0.1"],
148
+
"authentication-response": ["2.2.0"],
149
+
"token-request": ["3.0.0"],
150
+
"token-response": ["3.1.1"],
151
+
"userinfo-request": ["4.0.0"],
152
+
"userinfo-response": ["4.1.0"],
153
+
"granttoken-introspection-request": [],
154
+
"granttoken-introspection-response": ["5.2.3"]
155
+
}
156
+
},
157
+
"test-case-oidc-aa-6": {
158
+
"name": "Test Case Attribute Authority Grant Token Wrong Introspection Error Response - Parameter error_description not present",
159
+
"image": "test-case-oidc-aa-error",
160
+
"description": "Make a wrong introspection error response - parameter error_description is not present",
161
+
"ref": "SPID-QAD-OIDC-RP, SPID-QAD-OIDC-OP-AA",
162
+
"hook": {
163
+
"authentication-request": ["2.0.0", "2.0.1"],
164
+
"authentication-response": ["2.2.0"],
165
+
"token-request": ["3.0.0"],
166
+
"token-response": ["3.1.1"],
167
+
"userinfo-request": ["4.0.0"],
168
+
"userinfo-response": ["4.1.0"],
169
+
"granttoken-introspection-request": [],
170
+
"granttoken-introspection-response": ["5.2.4"]
171
+
}
172
+
},
173
+
"test-case-oidc-aa-7": {
174
+
"name": "Test Case Attribute Authority Grant Token Wrong Introspection Error Response - Value of error not valid",
175
+
"image": "test-case-oidc-aa-error",
176
+
"description": "Make a wrong introspection error response - the value of error is different from ['invalid_client', 'invalid_request', 'server_error', 'temporarily_unavailable']",
0 commit comments