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.
# |
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 |
|
|
|
|
|
|