0 Replies Latest reply on Jan 18, 2008 10:34 AM by koenhandekyn

    openId authentication to seam app

    koenhandekyn

      i have a seam app and want to integrate openId based integration.

      the openid4java lib comes with an example servlet that handles authantication and redirection.

      any proposal on how to integrate openid based authentication with the seam security framework???

      in the servlet i have a point where i have confirmation of the "identifier". a simple approach would be to be able to make it clear to seam that the user is authenticated at that point. but i can't find how to do that?

      thanx for any comments.