0 Replies Latest reply on Jun 28, 2002 7:09 AM by mkleczek

    GSS-API

    mkleczek

      Hi,
      I need to implement a single sign-on solution based on
      Kerberos (Win2K). The client is a stand-alone Java app.
      In JDK 1.4 there is a Kerberos implementation of GSS-API.
      Do you have any ideas how to integrate it with JBoss?

      After examining JBoss architecture I'm afraid I'll have
      to implement my own container invoker and a gss context
      establishing service (architecture similar to the one
      used in SRP).
      Am I right? Hopefully I'm missing something...

      Michal