Results 1 to 2 of 2

Thread: Swing(Standalone App) + CAS

  1. #1
    Join Date
    Nov 2008
    Posts
    8

    Question Swing(Standalone App) + CAS

    Hello,

    I successfully tested CAS Authentication within a web application.

    And now I would like to create a standalone (non web based) Java Swing client that will have its own login screen and should use the CAS to authenticate the user. The CAS Web App is already running in the server & configured to use LDAP. After the user is successfully authenticated, I would like to generate a SAML token & would like to keep it on the client side.

    I saw the spring-security comes with cas client jar. I need some clue on how will I configure the standalone client to use the CAS service to authenticate user & whether generating a SAML token & keeping it on standalone client is possible or not?

    Regards
    Manish

  2. #2
    Join Date
    Nov 2009
    Posts
    5

    Default

    The CAS website has an page to address this (along with links to several examples): http://www.ja-sig.org/wiki/display/C...S+login+screen

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •