-
Notifications
You must be signed in to change notification settings - Fork 96
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
AuthenticationDate parse error #19
Comments
Based on the CAS 3.0 spec that form of |
Based on the CAS 3.0 spec, cas server use |
It doesn't look like ZonedDateTime is compatible with xs:dateTime, so while it may be able to parse it in Java it doesn't look like the generation of the authenticationDate in the apero CAS server is valid according to the specification. |
But CAS server and the cas-java-client implements |
my result is same, it need to compatible, or cas 3.0 will not work |
CAS3.0 server return
AuthenticationDate
withZonedDateTime
src, but go-cas parse it withtime.Time
, so i get the error bellow:the response is:
The text was updated successfully, but these errors were encountered: