Results 1 to 2 of 2

Thread: Application not secured with Spring Security

  1. #1
    Join Date
    Feb 2013
    Posts
    5

    Default Application not secured with Spring Security

    Hi,

    In the documentation it says something like:

    The Spring Security SAML Extension can be used in applications which are not primarily secured using Spring Security.

    The application I want to modify uses spring, but is not secured using spring security. I don't have much experience with spring security and am wondering if there is any advantage in reworking the application to use spring security, before introducing the SAML Extension.

    Thanks in advance.

    mwp.

  2. #2
    Join Date
    Feb 2009
    Location
    Helsinki
    Posts
    163

    Default

    Hi,

    Reworking your Spring application to use Spring Security won't make SAML integration significantly easier or more difficult (typically, it also depends on how the current security is done). So the decision should be based on your answer to question "does Spring Security provide additional functionality or design improvements justifying the investment".

    Vladi

Posting Permissions

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