FederationClient.properties revision 2fe1e6ab330f5f88e97684012ff29cde7e61c9c4
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# The contents of this file are subject to the terms
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# of the Common Development and Distribution License
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# (the License). You may not use this file except in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# compliance with the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# You can obtain a copy of the License at
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# See the License for the specific language governing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# permission and limitations under the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# When distributing Covered Code, include this CDDL
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Header Notice in each file and include the License file
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# If applicable, add the following below the CDDL Header,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# with the fields enclosed by brackets [] replaced by
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# your own identifying information:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# "Portions Copyrighted [year] [name of copyright owner]"
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# $Id: FederationClient.properties,v 1.7 2009/08/29 07:59:17 mallas Exp $
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Portions Copyrighted [2015] [ForgeRock AS]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Specify implementation class for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.plugin.configuration.ConfigurationInstance interface.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.plugin.configuration.class=@CONFIGURATION_PROVIDER_CLASS@
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Specify implementation class for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.plugin.datastore.DataStoreProvider interface.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# This property defines the default datastore provider.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.plugin.datastore.class.default=@DATASTORE_PROVIDER_CLASS@
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Specify implementation class for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.plugin.session.SessionProvider interface.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.plugin.session.class=@SESSION_PROVIDER_CLASS@
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Specify XML signature provider class
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.signatureprovider.class=com.sun.identity.saml.xmlsig.AMSignatureProvider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Specify XML key provider implementation class
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.keyprovider.class=com.sun.identity.saml.xmlsig.JKSKeyProvider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Identify SAML XML signature keystore file, keystore password file
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# and key password file
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.keystore=@BASE_DIR@/keystore.jks
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.storepass=@BASE_DIR@/.storepass
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.keypass=@BASE_DIR@/.keypass
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Specify type of KeyStore used for saml xml signature. Default is JKS.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Flag for checking the Certificate which is embedded in the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# KeyInfo against the certificates in the keystore (specified
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# by the "com.sun.identity.saml.xmlsig.keystore" property).
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Possible values for the key are: on|off. If the flag is "on",
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# the certification must be presented in the keystore for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# XML signature validation. If the flag is "off", skip
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# the presence checking.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# XML cannonicalization algorithm. Used for SAML XML signature generation
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# and verification. When not specified, or value is empty, default value
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# will be used. The following is the list of supported algorithms:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.c14nMethod=http://www.w3.org/2001/10/xml-exc-c14n#
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# XML signature algorithm. Used for SAML XML Signature generation and
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# verification. When not specified, or value is empty, default value will be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# used. The following is the list of supported algorithms:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# http://www.w3.org/2000/09/xmldsig#rsa-sha1 (default)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# XML transformation algorithm. Used for SAML XML signature generation
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# and verification. When not specified, or value is empty, default value
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# will be used. The following is the list of supported algorithms:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# http://www.w3.org/2000/09/xmldsig#enveloped-signature
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml.xmlsig.transformAlg=http://www.w3.org/2001/10/xml-exc-c14n#
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# SAML2 XML Encryption Provider Implementation class
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml2.xmlenc.EncryptionProvider=com.sun.identity.saml2.xmlenc.FMEncProvider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# SAML2 XML Signing Provider Implementation class.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.saml2.xmlsig.SignatureProvider=com.sun.identity.saml2.xmlsig.FMSigProvider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# SAML2 XML Signing Certificate Validation.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# SAML2 XML Signing Certificate Validation.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Client ceritificate alias that will be used in SSL connection for Liberty
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# SOAP Binding
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# If the message timestamp is before current timestamp by this amount
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# (millisec), it is considered a stale message.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# All the messageID of a valid message will be stored in a cache with the it
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# is received to avoid duplicate messages. If the current time minus the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# received time is greater than the above staleTimeLimit, it should be removed
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# from the cache. The is property specify the interval(millisec) that a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# cleanup thread should check the cache and remove those messageID.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.ws.soap.messageIDCacheCleanupInterval=60000
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Supported SOAP actors. Each actor must be seperated by '|'
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.ws.soap.supportedActors=http://schemas.xmlsoap.org/soap/actor/next
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Namespace prefix mapping used when marshalling a JAXB content tree to a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# DOM tree. The syntax is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# <prefix>=<namespace>|<prefix>=<namespace>|..........
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.ws.jaxb.namespacePrefixMappingList=S=http://schemas.xmlsoap.org/soap/envelope/|sb=urn:liberty:sb:2003-08|pp=urn:liberty:id-sis-pp:2003-08|ispp=http://www.sun.com/identity/liberty/pp|is=urn:liberty:is:2003-08
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# JAXB package list used when constructing JAXBContext. Each package must be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# seperated by ':'.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Liberty ID-WSF security profile,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.liberty.ws.wsc.certalias specifies default certificate
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# alias for issuing web service security token for this web service client
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.liberty.ws.ta.certalias specifies certificate
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# alias for trusted authority that will be used to sign SAML or SAML
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# BEARER token of response message.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.liberty.ws.trustedca.certaliases specifies certificate
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# aliases for trusted CA. SAML or SAML BEARER token of incoming request
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# message needs to be signed by a trusted CA in this list. The syntax is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# <cert alias 1>[:<issuer 1>]|<cert alias 2>[:<issuer 2>]|.....
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# For example, 'myalias1:myissuer1|myalias2|myalias3:myissuer3
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# 'issuer' is used when the token doesn't have a KeyInfo inside the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# signature. The 'issuer' of the token needs to be in this list and the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# corresponding cert alias will be used to verify signature. If KeyInfo
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# exists, the keystore needs to contain a cert alias that matches the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# KeyInfo and the cert alias needs to be in this list.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# com.sun.identity.liberty.ws.security.TokenProviderImpl specifies
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# implementation for security token provider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.ws.trustedca.certaliases=test:SunSTS|test:@SERVER_HOST@
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.ws.security.TokenProviderImpl=com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# URL for WSPRedirectHandlerServlet to handle Liberty WSF WSP-resource owner
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# interactions based on user agent redirects. This should be running in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# the same JVM where Liberty SP is running
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.interaction.wspRedirectHandler=@SERVER_PROTOCOL@://@SERVER_HOST@:@SERVER_PORT@/@DEPLOY_URI@/WSPRedirectHandler
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# indicates whether WSC would participate in interaction
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# valid values are interactIfNeeded | doNotInteract | doNotInteractForData
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# default value:interactIfNeeded
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# value used if an invalid value is specified:interactIfNeeded
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.interaction.wscSpecifiedInteractionChoice=interactIfNeeded
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# indicates whether WSC would include userInteractionHeader
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# valid values are yes|no (case ignored)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# default value:yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# value used if no value is specified:yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.interaction.wscWillInlcudeUserInteractionHeader=yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# indicates whether WSC would redirect user for interaction
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# valid values are yes|no
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# default value:yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# value used if no value is specified:yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.interaction.wscWillRedirect=yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# WSC's preference on the acceptable duration for interaction(in seconds)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# default value if the value is not specified or a non integer value is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# specified : 60
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.interaction.wscSpecifiedMaxInteractionTime=80
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# indicates whether WSC would enforce that redirected to URL is https
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# valid values are yes|no (case ignored)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# liberty specification require the value to be yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# default value:yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# value used if no value is specified:yes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.interaction.wscWillEnforceHttpsCheck=no
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# This property is used to determine the Liberty identity web services framework
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# to be used when the framework can not determine from the in-bound message or
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# from the resource offering when AM is acting as the WSC.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# The default version is 1.1, but the possible values are 1.0 or 1.1
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Web Services Security Client Properties
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Login URL for WSS end user authentication use cases
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.loginurl=@SERVER_PROTOCOL@://@SERVER_HOST@:@SERVER_PORT@/@DEPLOY_URI@/UI/Login
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Login URL redirection ("goto") paramter name for WSS end user authentication use cases
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Authentication web service URL for WSS Liberty use cases
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chincom.sun.identity.liberty.authnsvc.url=@SERVER_PROTOCOL@://@SERVER_HOST@:@SERVER_PORT@/@DEPLOY_URI@/Liberty/authnsvc