Skip to content

Commit db60291

Browse files
Increase the expiration time and update the link to the demo website
1 parent 6ce285b commit db60291

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SimpleIdServer is an open source framework enabling the support of OPENID, OAUTH2.0, SCIM2.0, UMA2.0, FAPI and CIBA. It streamlines development, configuration and deployment of custom access control servers.
99
Thanks to its modularity and extensibility, SimpleIdServer can be customized to the specific needs of your organization for authentication, authorization and more.
1010

11-
[Website](http://simpleidserver.com), [Documentation](https://simpleidserver.com/docs/intro) and [Demo](https://website.simpleidserver.com/).
11+
[Website](http://simpleidserver.com), [Documentation](https://simpleidserver.com/docs/intro) and [Demo](https://website.simpleidserver.com/master/clients).
1212

1313
## Packages
1414

tests/SimpleIdServer.IdServer.Host.Acceptance.Tests/Features/BCAuthorize.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Scenario: Authentication response is returned with interval because PING is used
55
Given authenticate a user
6-
And build expiration time and add '60' seconds
6+
And build expiration time and add '120' seconds
77
And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
88
| Key | Value |
99
| aud | https://localhost:8080 |
@@ -29,7 +29,7 @@ Scenario: Authentication response is returned with interval because PING is used
2929

3030
Scenario: Authentication response is returned without interval because PUSH is used
3131
Given authenticate a user
32-
And build expiration time and add '10' seconds
32+
And build expiration time and add '120' seconds
3333
And build JWS request object for client 'fortyThreeClient' and sign with the key 'keyId'
3434
| Key | Value |
3535
| aud | https://localhost:8080 |

tests/SimpleIdServer.IdServer.Host.Acceptance.Tests/Features/BCAuthorize.feature.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/SimpleIdServer.IdServer.Host.Acceptance.Tests/Features/BCAuthorizeErrors.feature

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Scenario: lifetime of the request must not exceed 300 seconds (request)
123123

124124
Scenario: request parameter must contains jti (request)
125125
Given authenticate a user
126-
And build expiration time and add '30' seconds
126+
And build expiration time and add '120' 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

144144
Scenario: at least one token hint must be passed (request)
145145
Given authenticate a user
146-
And build expiration time and add '10' seconds
146+
And build expiration time and add '120' 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

165165
Scenario: user_code is required when backchannel_user_code_parameter is true (request)
166166
Given authenticate a user
167-
And build expiration time and add '10' seconds
167+
And build expiration time and add '120' 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

187187
Scenario: scope or authorization_details parameter is required (request)
188188
Given authenticate a user
189-
And build expiration time and add '10' seconds
189+
And build expiration time and add '120' 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

210210
Scenario: authorization_details type is required (request)
211211
Given authenticate a user
212-
And build expiration time and add '10' seconds
212+
And build expiration time and add '120' 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

234234
Scenario: authorization_details type must be valid (request)
235235
Given authenticate a user
236-
And build expiration time and add '10' seconds
236+
And build expiration time and add '120' 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

258258
Scenario: scope must be valid (request)
259259
Given authenticate a user
260-
And build expiration time and add '10' seconds
260+
And build expiration time and add '120' 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

282282
Scenario: client_notification_token parameter is required (request)
283283
Given authenticate a user
284-
And build expiration time and add '10' seconds
284+
And build expiration time and add '120' 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

306306
Scenario: client_notification_token size must be greater than 128 bits (request)
307307
Given authenticate a user
308-
And build expiration time and add '10' seconds
308+
And build expiration time and add '120' 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

331331
Scenario: id_token_hint must be valid (request)
332332
Given authenticate a user
333-
And build expiration time and add '10' seconds
333+
And build expiration time and add '120' seconds
334334
And build JWS request object for client 'fortyTwoClient' and sign with the key 'keyId'
335335
| Key | Value |
336336
| aud | https://localhost:8080 |

tests/SimpleIdServer.IdServer.Host.Acceptance.Tests/Features/BCAuthorizeErrors.feature.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)