Tags: udacity/cas
Tags
gopkg.in/cas.v1: v1.1.0 Add support for customisation of the net/http.Client used when communicating with the CAS server. This allows for custom timeouts and TLS configuration to be used. This is considered a non-breaking change as only the cas.Options have been publicly altered.
Merge pull request go-cas#3 from yp-engineering/attributes_extras Update XML Service Response support for latest CAS SAML extra attributes. The [specification][spec] for the SAML CAS response attributes has been changed such that the `cas:attributes` XML element no longer mentions the `cas:userAttributes` element. The contents of the `cas:userAttributes` element can now be located directly in the `cas:attributes` element. [spec]: http://jasig.github.io/cas/4.1.x/protocol/CAS-Protocol-Specification.html#saml-cas-response-attributes