Results 1 to 2 of 2

Thread: Spring Security - Authorization without Authentication using Spring

  1. #1
    Join Date
    Mar 2012
    Posts
    1

    Default Spring Security - Authorization without Authentication using Spring

    I am new to Spring Security. I want to use only the authorization module of spring security.

    For authentication I am calling an IDP server that post SAML response back. This is being done for single sign on.
    Once this happens i need to call the authentication module. Any sample pointers would be vey helpful.

    Thanks,
    Chandini

  2. #2
    Join Date
    Nov 2006
    Location
    London, UK and Tallinn, Estonia
    Posts
    55

    Default

    Hi Chandini

    This is certainly possible. In essence you create a SAML Authentication Provider/Entry point. Take a look at the spring saml module, alternatively if you're looking for a quicker and simpler solution take a look at our spring security plugin which is SAML based.
    Toby Hobson
    toby.hobson@cloudseal.com
    Single Sign on for Java - www.cloudseal.com
    Follow me on Twitter: tobyhobson

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
  •