Skip to content

Commit

Permalink
Fix timeouts in cors example
Browse files Browse the repository at this point in the history
  • Loading branch information
mposolda committed Sep 10, 2014
1 parent 62aa2d7 commit 47ac358
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/cors/cors-realm.json
Original file line number Diff line number Diff line change
@@ -1,9 1,11 @@
{
"realm": "cors",
"enabled": true,
"accessTokenLifespan": 3000,
"accessCodeLifespan": 10,
"accessCodeLifespanUserAction": 6000,
"accessTokenLifespan": 60,
"accessCodeLifespan": 60,
"accessCodeLifespanUserAction": 300,
"ssoSessionIdleTimeout": 600,
"ssoSessionMaxLifespan": 36000,
"sslRequired": "external",
"registrationAllowed": false,
"social": false,
Expand Down

0 comments on commit 47ac358

Please sign in to comment.