CAS doesn't send the server name to the authentication server

Re: CAS doesn't send the server name to the authentication server

by Luca Olivetti -
Number of replies: 0

fixed, I had to add

proxy_set_header X_Forwarded-Host $host;


to the frontend nginx server.

Now I have to check how to map the ldap attributes (because I can only see the edit.php page once I logged in).