Re: [cas-user] CASRootProxiedAs with variable value

2016-12-20 Thread David Hawes
On 20 December 2016 at 08:51, Hansi PIERRE wrote: ... > It seems like the variable is not resolved. > Is there a way to set a variable as value of "CASRootProxiedAs" ? No, you cannot have variables in the URL. > More generally my apache is proxyfied and i can't get the redirect set the > extern

[cas-user] CAS 5.0.0 JDBC authentication question

2016-12-20 Thread mvk
Hi All. I am trying to setup CAS 5.0.0. So I installed CAS 5.0.0 per instructions and all works and now I am trying to add a simple mysql authentication. This is the code I added to the application.properties. I tried to run search function as well as query with and without [], I changed the p

Re: [cas-user] Java client - Dynamic service urls

2016-12-20 Thread Dmitriy Kopylenko
Bryan, use the `serverName` param with just a base URL of your client app e.g. https://example.com and the full service URL will be constructed dynamically by CAS client library: see the README: https://github.com/apereo/java-cas-client Cheers, D. From: Bryan Wooten Reply: cas-user@apereo.or

[cas-user] Java client - Dynamic service urls

2016-12-20 Thread Bryan Wooten
I have a developer writing an app with several pages. Some pages are available without logging in. The other pages require a log in. After logging into a secured page she wants the user to return to that page. For the life of me I cannot figure out how to accomplish that with java client. Any h

[cas-user] CASRootProxiedAs with variable value

2016-12-20 Thread Hansi PIERRE
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://m

Re: [cas-user] cas 4.2 / different password encoders

2016-12-20 Thread Carlos Joaquín de Nova de Nova
hello, Any sample of how to define my own bean and where? I need use the default password encoder for AD/LDAP and one customized for an Oracle database. Tnx in advance El jueves, 26 de mayo de 2016, 20:01:45 (UTC+2), Misagh Moayyed escribió: > > This is where the configuration falls short a bi