mbg / wai-saml2

WAI middleware implementing SAML2
MIT License
5 stars 6 forks source link

Request: reduce the precision of IssueInstant to microseconds #39

Closed fumieval closed 1 year ago

fumieval commented 1 year ago

Checklist

It turns out that picosecond resolution in the IssueInstant timestamp causes XML attribute 'IssueInstant' in the SAML message must be a dateTime. error on AzureAD. This change fixes the problem by using iso8601Show instead, reducing the resolution to microseconds

fumieval commented 1 year ago

My pleasure!