Discussion:
[jboss-user] [Beginner's Corner] - Modifiy requestheader before realm popup dialog
robert kammerer
2013-01-17 08:34:24 UTC
Permalink
robert kammerer [https://community.jboss.org/people/rokam] created the discussion

"Modifiy requestheader before realm popup dialog"

To view the discussion, visit: https://community.jboss.org/message/792535#792535

--------------------------------------------------------------
Hello,
We have a webapplication that is authenticating user by BASIC-authentication. Authentication is done by a 3rd party ( clearthrust ). Before the request arrives to jboss the requestheader has been complemened with a entry containing the userid, this is done by the 3rd party. After that the request is redirected to jboss. In jboss i want to modify the request-header by putting the "authenticate basic uid:pwd"-string in the requestheader, before i get the "basic realm" popup-dialog. The pwd is the same as the uid.
I tried to use a filter, but it gets triggered after the realm popup-dialog.
Can anyone tell me how to accomplish this ?
Thanks in advance
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/792535#792535]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Loading...