13.5.4.4.6. SPRedirectFormAuthenticator
Warning
As of PicketLink v2.1, the Section 13.5.4.4.4, “ServiceProviderAuthenticator” is the preferred Service Provider configuration to the deprecated Section 13.5.4.4.8, “SPPostFormAuthenticator” , Section 13.5.4.4.6, “SPRedirectFormAuthenticator” , Section 13.5.4.4.7, “SPPostSignatureFormAuthenticator” and Section 13.5.4.4.5, “SPRedirectSignatureFormAuthenticator” .
SPRedirectFormAuthenticator provides the SAMLv2 HTTP/Redirect binding support for service provider (SP) applications.
13.5.4.4.6.2. Configuration
13.5.4.4.6.2.3. Untitled
Error
Topic 29833 failed validation and is not included in this build.
Please review the compiler error for Topic ID 29833 for more detailed information.
13.5.4.4.6.2.4. Example:
Example 13.3. context.xml
<Context> <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator" /> </Context>
13.5.4.4.6.2.5. Attributes
#
|
Name
|
Type
|
Objective
|
Since
|
---|---|---|---|---|
1
|
configFile
|
String
|
optional - fully qualified location of the config file Default: /WEB-INF/picketlink-idfed.xml
|
2.0
|
2
|
samlHandlerChainClass
|
String
|
optional - fqn of a custom SAMLHandlerChain implementation
|
2.0
|
3
|
serviceURL
|
String
|
optional - the service provider URL
|
2.0
|
4
|
saveRestoreRequest
|
boolean
|
should the authenticator save the original request and restore it after authentication Default: true
|
2.0
|
5
|
configProvider
|
String
|
optional - a fqn of the SAMLConfigurationProvider implementation
|
2.0
|
6
|
issuerID
|
String
|
optional - customize the issuer id
|
2.0
|
|
|
|
|
|