Hello. I'm trying to set a value from my request header into CASRootProxiedAs ... In my httpd.conf something like :
SetEnvIf Host ".*" HeaderHost=$0 CASRootProxiedAs http://%{HeaderHost}e For the moment, when i make a request to my login page i get in the redirected URL : https://mycasserver.com/cas/login?service=http%3a%2f%2f%25%7bHeaderHost%7de%2ftoto%2ftiti It seems like the variable is not resolved. Is there a way to set a variable as value of "CASRootProxiedAs" ? More generally my apache is proxyfied and i can't get the redirect set the external address in the service field. Is there another way to do it than with "CASRootProxiedAs" <http://%25%7bHeaderHost%7de> Thank you for your help. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/82d81943-7a78-4229-8ddd-e366589ce647%40apereo.org.
