| http://www.w3.org/ns/prov#value | - to Request Assertion Consumer Service (RACS) after the user has authenticated.CXF offers two SP Security filters, one for redirecting the user back to IDP via GET and another one - via POST.Redirect Binding FilterRedirect Binding Filter is implemented by org.apache.cxf.rs.security.saml.sso.SamlRedirectBindingFilter.Here is an example of a typical filter protecting a custom JAX-RS endpoint:
|