Re: [cas-user] Mod_Auth_Cas Headers

2018-10-01 Thread David Hawes
On 1 October 2018 at 14:02, Ramakrishna G wrote: > David, > > Can you pls share code snippet or link for setting headers to response > attribute. The wording was confusing in my last email, but we are just talking about attribute release here. You should review the documentation for your CAS

Re: [cas-user] Mod_Auth_Cas Headers

2018-10-01 Thread Ramakrishna G
David, Can you pls share code snippet or link for setting headers to response attribute. Thanks Ramakrishna > On 01-Oct-2018, at 10:01 PM, David Hawes wrote: > > Just so I understand, you are setting headers on the validation > response to mod_auth_cas in your CAS server and expect the

Re: [cas-user] Mod_Auth_Cas Headers

2018-10-01 Thread David Hawes
Just so I understand, you are setting headers on the validation response to mod_auth_cas in your CAS server and expect the headers to show up? They will not show up. You will need add those headers to the attributes sent back in the validation response for them to be available as headers in you

[cas-user] Mod_Auth_Cas Headers

2018-09-29 Thread Ramakrishna G
Hello all, I have custom authentication handler in CAS where I set headers post successful validation of user. This is my code snippet. if(isValidUser(credentials.getUsername(), credentials.getPassword())) { HttpServletResponse httpResponse = (HttpServletResponse)