@@ -101,7 +101,7 @@ Scenario: request parameter must not be expired (request)
101101
102102 Then JSON 'error' ='invalid_request'
103103
104- Scenario : lifetime of the request must not exceed 300 seconds (request)
104+ Scenario : lifetime of the request must not exceed 6000 seconds (request)
105105 Given authenticate a user
106106 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
107107 | Key | Value |
@@ -119,11 +119,11 @@ Scenario: lifetime of the request must not exceed 300 seconds (request)
119119 And extract JSON from body
120120
121121 Then JSON 'error' ='invalid_request'
122- And JSON 'error_description' ='the maximum lifetime of the request is ' 300 ' seconds'
122+ And JSON 'error_description' ='the maximum lifetime of the request is ' 6000 ' seconds'
123123
124124Scenario : request parameter must contains jti (request)
125125 Given authenticate a user
126- And build expiration time and add '120 ' seconds
126+ And build expiration time and add '5000 ' seconds
127127 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
128128 | Key | Value |
129129 | aud | https ://localhost :8080 |
@@ -143,7 +143,7 @@ Scenario: request parameter must contains jti (request)
143143
144144Scenario : at least one token hint must be passed (request)
145145 Given authenticate a user
146- And build expiration time and add '120 ' seconds
146+ And build expiration time and add '5000 ' seconds
147147 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
148148 | Key | Value |
149149 | aud | https ://localhost :8080 |
@@ -164,7 +164,7 @@ Scenario: at least one token hint must be passed (request)
164164
165165Scenario : user_code is required when backchannel_user_code_parameter is true (request)
166166 Given authenticate a user
167- And build expiration time and add '120 ' seconds
167+ And build expiration time and add '5000 ' seconds
168168 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
169169 | Key | Value |
170170 | aud | https ://localhost :8080 |
@@ -186,7 +186,7 @@ Scenario: user_code is required when backchannel_user_code_parameter is true (re
186186
187187Scenario : scope or authorization_details parameter is required (request)
188188 Given authenticate a user
189- And build expiration time and add '120 ' seconds
189+ And build expiration time and add '5000 ' seconds
190190 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
191191 | Key | Value |
192192 | aud | https ://localhost :8080 |
@@ -209,7 +209,7 @@ Scenario: scope or authorization_details parameter is required (request)
209209
210210Scenario : authorization_details type is required (request)
211211 Given authenticate a user
212- And build expiration time and add '120 ' seconds
212+ And build expiration time and add '5000 ' seconds
213213 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
214214 | Key | Value |
215215 | aud | https ://localhost :8080 |
@@ -233,7 +233,7 @@ Scenario: authorization_details type is required (request)
233233
234234Scenario : authorization_details type must be valid (request)
235235 Given authenticate a user
236- And build expiration time and add '120 ' seconds
236+ And build expiration time and add '5000 ' seconds
237237 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
238238 | Key | Value |
239239 | aud | https ://localhost :8080 |
@@ -257,7 +257,7 @@ Scenario: authorization_details type must be valid (request)
257257
258258Scenario : scope must be valid (request)
259259 Given authenticate a user
260- And build expiration time and add '120 ' seconds
260+ And build expiration time and add '5000 ' seconds
261261 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
262262 | Key | Value |
263263 | aud | https ://localhost :8080 |
@@ -281,7 +281,7 @@ Scenario: scope must be valid (request)
281281
282282Scenario : client_notification_token parameter is required (request)
283283 Given authenticate a user
284- And build expiration time and add '120 ' seconds
284+ And build expiration time and add '5000 ' seconds
285285 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
286286 | Key | Value |
287287 | aud | https ://localhost :8080 |
@@ -305,7 +305,7 @@ Scenario: client_notification_token parameter is required (request)
305305
306306Scenario : client_notification_token size must be greater than 128 bits (request)
307307 Given authenticate a user
308- And build expiration time and add '120 ' seconds
308+ And build expiration time and add '5000 ' seconds
309309 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
310310 | Key | Value |
311311 | aud | https ://localhost :8080 |
@@ -330,7 +330,7 @@ Scenario: client_notification_token size must be greater than 128 bits (request)
330330
331331Scenario : id_token_hint must be valid (request)
332332 Given authenticate a user
333- And build expiration time and add '120 ' seconds
333+ And build expiration time and add '5000 ' seconds
334334 And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
335335 | Key | Value |
336336 | aud | https ://localhost :8080 |
0 commit comments