3 Replies Latest reply on Nov 24, 2011 3:23 PM by lightguard

    Basic auth in Seam 3 security?

    ned233
      In Seam 2, I was able to secure my REST calls with basic authentication using the following tag:

      <web:authentication-filter url-pattern="/seam/resource/rest/*" auth-type="basic"/>

      I have been working with Seam 3 security, and cannot find an analog to this.  Is there a way to force basic authentication on a specific URL?

      Thanks,
      Ed