I have successfully integrated CAS for our different clients. But this time 'samlValidate' response is not consistently supplying the required attribute. Login is failing randomly because of the missing attribute in the ticket validation response. Sometimes when I clear browser history, it's receiving the attribute in the response.
Expected response: <cas:serviceResponse xmlns:cas='http://www.xxxxx.xxx/tp/cas'> <cas:authenticationSuccess> <cas:user>xxxxx</cas:user> <cas:attributes> <cas:userId>1234567</cas:userId> </cas:attributes> </cas:authenticationSuccess></cas:serviceResponse> Response receiving randomly: <cas:serviceResponse xmlns:cas='http://www.xxx.xxx/tp/cas'> <cas:authenticationSuccess> <cas:user>xxxxxx</cas:user> </cas:authenticationSuccess></cas:serviceResponse> I have posted the same question in Stackoverflow(https://stackoverflow.com/questions/48994848/cas-sso-for-asp-net-website-attributes-not-receiving-on-servicevalidate-request) as well but no response. Please help. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ff11d8e6-ceaf-4ff7-8d4d-2e757aa8cd12%40apereo.org.
