Results 1 to 2 of 2

Thread: can I use spring security with PHP?

  1. #1
    Join Date
    Jan 2011
    Posts
    10

    Default can I use spring security with PHP?

    Hi

    I need to come up with a security architecture and design that works with web applications written in both Java and PHP. I am totally blown away with the Java support. Does anyone know if the framework can be used with PHP?

    Thanks in advance


    Andy

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    I have heard of some hoops you can jump through to get Java code to run in PHP, but this is likely to cause you more trouble than it will help. Your best bet is to centralize your authentication mechanism and share that mechanism with the php application and the java application. A few examples include sharing an ldap instance that both applications authenticate to. Using an SSO solution like CAS or and OpenID Provider.

    HTH,
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

Posting Permissions

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