Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#171800318] Upgrade io-spid-commons with acceptedClockSkewMs in preValidate #607

Merged
merged 2 commits into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please document SAML_ACCEPTED_CLOCK_SKEW_MS into the readme ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in baad0ae

"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