Hi Anthony, Your serviceId should return *http *only back to CAS, seems weird it return back *https*. - Are you sure jenkins didn't automatically transform your *http *request into *https*? - You should capture your network tab to check out the network.
BTW, Your serviceID seems too loose, I can do something like this: *Your regex:* ^http://my-jenkins1-server.fr:8080.*$ *This is but should not be valid* http://my-jenkins1-server.fr:8080.something.can.be.appended.here/ Changing your serviceId to something like this is preferable: ^http://my-jenkins1-server.fr:8080/.*$ See if the above helps. Cheers! - Andy -- - 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/e2c21259-a77f-4637-9553-03ee605f7b9d%40apereo.org.
