Skip to content

Commit

Permalink
[#171800318] Upgrade io-spid-commons with acceptedClockSkewMs in preV…
Browse files Browse the repository at this point in the history
…alidate (#607)
  • Loading branch information
BurnedMarshal authored Mar 17, 2020
1 parent d08eeda commit d638792
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Those are all Environment variables needed by the application:
| TOKEN_DURATION_IN_SECONDS | The number of seconds a session token is considered valid | int |
| SAML_CALLBACK_URL | The absolute URL of the assertion consumer service endpoint | string |
| SAML_ISSUER | The issuer id for this Service Provider | string |
| SAML_ACCEPTED_CLOCK_SKEW_MS | Maximum skew between SAML Client and Server (empty or -1 disable datetime checks) | int |
| SAML_ATTRIBUTE_CONSUMING_SERVICE_INDEX | The index in the attribute consumer list | int |
| SAML_KEY | Private Key used by SAML protocol | string |
| SAML_CERT | Certificate used by SAML protocol | string |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/pagopa/io-backend#readme",
"dependencies": {
"@pagopa/io-spid-commons": "^3.1.1",
"@pagopa/io-spid-commons": "^3.2.0",
"apicache": "^1.4.0",
"applicationinsights": "^1.4.2",
"azure-sb": "^0.10.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
dependencies:
"@types/node" ">= 8"

"@pagopa/io-spid-commons@^3.1.1":
version "3.1.1"
resolved "https://npm.pkg.github.com/download/@pagopa/io-spid-commons/3.1.1/eb2774ea47f64aad829c9b8c608c11042d8d1f314d7a899dbab3aee44beb1aef#1b06b6467e51ab66a5e70edc981b452c1e549ac9"
integrity sha512-QdaBreBdKwtebypEnZK6b6xVA+ZcGioSVY6/hkohurC7ZVHBHBwOjIqdwmFGpGR4GUy58oul5SbxzBUdoySX/w==
"@pagopa/io-spid-commons@^3.2.0":
version "3.2.0"
resolved "https://npm.pkg.github.com/download/@pagopa/io-spid-commons/3.2.0/c1fbb598b4b78ef8a1bde9fc1c7ce30413b9a0127f37249f75507be7baa00655#9ae241885cb8855acbaa945b1e07e8d4a980dc13"
integrity sha512-Mr598rEdUz3JYgpdvuyqc8ToIbaFXtdTwPyQSDk7v3A4BKDHe40j8/V8a7MDRsVj8E+5DBNNpCFTcrUvkbs9EA==
dependencies:
"@types/redis" "^2.8.14"
date-fns "^1.30.1"
Expand Down

0 comments on commit d638792

Please sign in to comment.