django-cas-server/cas_server/templates/cas_server/serviceValidateError.xml

4 lines
164 B
XML
Raw Normal View History

2015-05-16 21:43:46 +00:00
<cas:serviceResponse xmlns:cas="http://www.yale.edu/tp/cas">
<cas:authenticationFailure code="{{code}}">{{msg}}</cas:authenticationFailure>
2015-05-16 21:43:46 +00:00
</cas:serviceResponse>