2 Replies Latest reply on Jun 3, 2008 10:44 PM by ericjung2

    Call session bean from external page?

    ericjung2

      Hi,


      How can I configure pages.xml so that an external application, which is hosting my login form, posts directly to my authentication session bean?


      In other words, myapplication doesn't have a login form. The login form is hosted by another application. That form POSTs to a URL in my application. I'd like my #{authenticator.authenticate} implementation to be called as a result of that POST (where I'll call Identifier.setUsername(), etc.) instead of displaying yet another login form.


      Thanks for any ideas,
      Eric