fbordina / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Force Responses behin proxy not working #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure PWM to force the setup of responses
2. Configure a Proxy (i.e NAM) to inject Basic Auth headers
3. Login to PWM via NAM with a User that has no response setup

What is the expected output? What do you see instead?
I would expect that the user would have to fill in the Challenge/ Responses. 
Instead I end up at the main menu. If I login to PWM directly (bypassing NAM), 
I am forced to setup my responses.

It seems that the AuthenticationFilter does not call forceRequiredRedirects if 
the authentication is done via the Basic Auth header.

What version of PWM are you using?
Daily build

Original issue reported on code.google.com by sebastia...@gmail.com on 12 Jun 2013 at 2:16

GoogleCodeExporter commented 9 years ago
Fixed in svn revision 573.

Original comment by jrivard on 14 Jun 2013 at 5:54

GoogleCodeExporter commented 9 years ago
Fix works, thanks!

Original comment by sebastia...@gmail.com on 14 Jun 2013 at 6:27