Closed colin-campbell closed 5 years ago
Totals | |
---|---|
Change from base Build 40: | 0.0% |
Covered Lines: | 1121 |
Relevant Lines: | 1618 |
Looks good. Thanks! I will get this merged in a couple of days.
On Sun, Aug 4, 2019 at 7:18 AM Colin Campbell notifications@github.com wrote:
Standard here: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf #1 https://github.com/amdonov/lite-idp/pull/1.3.3 "Time Values"
Some libraries (Notably OneLogin php-saml) will reject responses with timestamps that are not UTC.
You can view, comment on, or merge this pull request online at:
https://github.com/amdonov/lite-idp/pull/15 Commit Summary
- SAMLv2 timestamps must be UTC: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
1.3.3
File Changes
- M idp/artifact.go https://github.com/amdonov/lite-idp/pull/15/files#diff-0 (2)
- M idp/query.go https://github.com/amdonov/lite-idp/pull/15/files#diff-1 (2)
- M idp/response.go https://github.com/amdonov/lite-idp/pull/15/files#diff-2 (4)
- M sp/artifact.go https://github.com/amdonov/lite-idp/pull/15/files#diff-3 (2)
- M sp/query.go https://github.com/amdonov/lite-idp/pull/15/files#diff-4 (2)
- M sp/redirect.go https://github.com/amdonov/lite-idp/pull/15/files#diff-5 (2)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amdonov/lite-idp/pull/15?email_source=notifications&email_token=AAFOCFDLRTTTZ7O43AUSOQTQC23G7A5CNFSM4IJFBCUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDHOPFQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFOCFAOLW5CZB2BMD3N2NDQC23G7ANCNFSM4IJFBCUA .
Standard here: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf #1.3.3 "Time Values"
Some libraries (Notably OneLogin php-saml) will reject responses with timestamps that are not UTC.