Hi there, The ticket validation process throws an error (i ve modified the client code to include the inner exception)
Ticket validation error: DotNetCasClient.Validation.TicketValidationException: CAS Server response does not conform to CAS 2.0 schema ---> System.InvalidOperationException: XML belgesinde bir hata var (5, 2). ---> System.InvalidOperationException: <serviceResponse xmlns='https://cas.yyu.edu.tr/cas'> beklenmiyordu. (beklenmiyordu means *not expected*) The ticket in the logs is the following (hide the values.. ): <cas:serviceResponse xmlns:cas='https://cas.yyu.edu.tr/cas'> <cas:authenticationSuccess> <cas:user>***@yyu.edu.tr</cas:user> </cas:authenticationSuccess> <cas:attributes> <cas:ad>*** </cas:ad> <cas:emekliSicilNo>*** </cas:emekliSicilNo> <cas:gsmTlf0>*** </cas:gsmTlf0> <cas:tcNo>*** </cas:tcNo> <cas:cinsiyet>erkek </cas:cinsiyet> <cas:dahili>*** </cas:dahili> <cas:soyad>*** </cas:soyad> <cas:id>*** </cas:id> <cas:birimId>*** </cas:birimId> <cas:unvan_id>*** </cas:unvan_id> <cas:email>*** </cas:email> </cas:attributes> </cas:serviceResponse> What is the problem here? They use this CAS installation with PHP clients etc. I thought it was about the attributes, but the inner exception says it cannot parse the root element. Any suggestions? -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
