Product SiteDocumentation Site

14.5.13.6. SPFilter

SPFilter is the filter that service provider applications need to have to provide HTTP/POST binding of the SAMLv2 specification for web applications running on any servlet container.
14.5.13.6.1. Initialization Parameters
#
Name
Type
Objective
Default
Since
1
IGNORE_ SIGNATURES
boolean
optional - should the SP ignore signatures
false
2.0
2
SAML_ HANDLER_ CHAIN_ CLASS
String
optional - fqn of custom SAMLHandlerChain interface
2.0
3
ROLE_ VALIDATOR
String
optional - fqn of a IRoleValidator interface
org.picketlink. identity.federation. web.roles. DefaultRoleValidator
2.0
4
ROLES
String
optional - comma separated list of roles that the sp will take
 
2.0
5
LOGOUT_ PAGE
String
optional - a logout page
/logout.jsp
2.0