Hi I have 4 stage environments. DEV, TEST, PREPROD and PROD
The authentification works on first 2 but not on the last 2. The error code I recieved is INVALID_SERVICE as show in the following xml response <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> <cas:authenticationFailure code="INVALID_SERVICE"> Ticket 'ST-2-NebQkEA0E-s5uqwpvia2zg1RbtUtlqauth-l-prod1' does not match supplied service. The original service was 'http://127.0.0.1/login/login.aspx?ReturnUrl=/bottin/liste.aspx' and the supplied service was 'http://127.0.0.1/login/login.aspx?ReturnUrl=/bottin/liste.aspx'. </cas:authenticationFailure> </cas:serviceResponse> If you look at the original service and supplied service, they are same string value. http://127.0.0.1/login/login.aspx?ReturnUrl=/bottin/liste.aspx == http://127.0.0.1/login/login.aspx?ReturnUrl=/bottin/liste.aspx If I use the DEV and TEST, they are OK. The configuration is the same for all servers except minor settings like names and LDAP referenced. Does anyone knows what is happening? Thank's -- - 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/387435d7-71b5-4811-af1d-1cbf2fd97fe3%40apereo.org.
