14.5.13.5. IDPServlet
IDPServlet supports the SAMLv2 HTTP/POST binding for an IDP running on any servlet container.
14.5.13.5.1. Initialization Parameters
#
|
Name
|
Type
|
Objective
|
Default
|
Since
|
---|---|---|---|---|---|
1
|
CONFIG_ PROVIDER
|
String
|
optional - fqn of an implementation of the SAMLConfigurationProvider interface.
| |
2.0
|
2
|
SIGN_ OUTGOING_ MESSAGES
|
boolean
|
optional - whether the IDP should sign outgoing messages
|
true
|
2.0
|
3
|
ROLE_ GENERATOR
|
String
|
optional - fqn of a RoleGenerator
|
org.picketlink. identity.federation. web.roles. DefaultRoleGenerator
|
2.0
|
4
|
ATTRIBUTE_ KEYS
|
String
|
optional - comma separated list of keys for attributes that need to be sent
| |
2.0
|
5
|
IDENTITY_ PARTICIPANT_ STACK
|
String
|
optional - fqn of a custom IdentityParticipantStack implementation
| |
2.0
|
| | | | | |