3 Replies Latest reply on Apr 25, 2012 6:28 AM by herb

    How to pass data from valve to login module?

    herb

      I use AS71.0CR1b

       

      I need some http header data in my login module. - But how can I access http header in login modules?

       

      My current approach is to read http header in a valve, put it in a thread local and access it in my login module.

      Is there a better solution??

       

      Can this realized with JAAS callbacks? (I have not found an appropriate one). Which one?

       

      Or can it done in combination with an own callback handler (how can I register an own callbackhandler in AS7?)?

       

      Many questions...

       

      Thanks, herb