Results 1 to 2 of 2

Thread: spring security with HMAC?

  1. #1

    Question spring security with HMAC?

    HMAC seems to be the ideal security for a stateless webapp, storing nothing in server sessions.

    But is it possible to integrate HMAC auth with Spring Security auth ?

    I am currently using Spring Security 3.1.0

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

    Default

    Spring security does not provide this out of the box, but you can customize it to meet your needs. Keep in mind that things like this are not as clear cut as they appear. In short, would not recommend inventing your own protocol as this is a pretty sure way to have a security hole.
    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
  •