I'm working with python-saml and Azure AD B2C SAML-RP (experimental) and the assertion from Azure is throwing python-saml an error. Is the formatting from Azure off?
time data '2017-06-28T02:19:59.1690618Z' does not match format '%Y-%m-%dT%H:%M:%S.%fZ'
I see there is a solution to this at How to parse an ISO 8601-formatted date?
However, can you please explain for my understanding why this time does not match the format the python-saml
library is looking for?
What is the current format called? What is the format the library looking for? What is the difference?