propertySoapSecurityTokenService.xml revision 4cc414596f330cc595f62252d964ef97b3795056
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<!--
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Copyright 2015 ForgeRock AS.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster The contents of this file are subject to the terms of the Common Development and
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Distribution License (the License). You may not use this file except in compliance with the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster License.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster specific language governing permission and limitations under the License.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster When distributing Covered Code, include this CDDL Header Notice in each file and include
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Header, with the fields enclosed by brackets [] replaced by your own identifying
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster information: "Portions Copyrighted [year] [name of copyright owner]"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster-->
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<!DOCTYPE propertysheet SYSTEM "propertysheet.dtd">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster<propertysheet>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <section name="General" defaultValue="rest.sts.general.section.title">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblIssuedTokenTypes"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.issued.token.types"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="issued-token-types"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="issued-token-types"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.issued.token.saml2" value="SAML2"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.issued.token.oidc" value="OPENIDCONNECT"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="multiple" value="true" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpIssuedTokenTypes" defaultValue="soap.sts.issued.token.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <!--
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Note that the out-of-the-box .wsdl files deployed with the soap-sts .war file support only a single SecurityPolicy
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster binding. However, in order to support customers who wish to deploy a custom wsdl file in which the SecurityPolicy
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster references a choice of bindings, the selection of multiple validated token config must be supported, as these
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster definitions trigger the plugging in of wss4j Validator instances into the wss4j SecurityPolicy enforcement runtime.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster -->
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSecurityPolicyValidatedTokenConfig"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.security.policy.validated.token.config"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="security-policy-validated-token-config"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="security-policy-validated-token-config"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.security.policy.validated.token.config.unt.true" value="USERNAME|true"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.security.policy.validated.token.config.unt.false" value="USERNAME|false"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.security.policy.validated.token.config.openam.true" value="OPENAM|true"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.security.policy.validated.token.config.openam.false" value="OPENAM|false"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.security.policy.validated.token.config.x509.true" value="X509|true"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.security.policy.validated.token.config.x509.false" value="X509|false"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="multiple" value="true" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpSecurityPolicyValidatedTokenConfig" defaultValue="soap.sts.security.policy.validated.token.config.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </section>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <section name="Deployment" defaultValue="soap.sts.deployment.section.title">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentUrlElement"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.url.element"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-url-element"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-url-element"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentUrlElement" defaultValue="soap.sts.deployment.url.element.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblAuthTargetMappings"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.auth.target.mappings"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-auth-target-mappings"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-auth-target-mappings"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.editablelist.CCEditableListTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="name" value="list" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="listboxLabel" value="label.current.value" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="textboxLabel" value="label.new.value" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpAuthTargetMappings" defaultValue="soap.sts.deployment.auth.target.mappings.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentAMUrl"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.am.url"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-am-url"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-am-url"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentAMUrl" defaultValue="soap.sts.deployment.am.url.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentWsdlLocation"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.wsdl.location"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-wsdl-location"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-wsdl-location"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.ut.transport" value="sts_ut_transport.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.ut.symmetric" value="sts_ut_symmetric.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.ut.asymmetric" value="sts_ut_asymmetric.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.am.bare" value="sts_am_bare.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.am.transport" value="sts_am_transport.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.x509.symmetric" value="sts_x509_symmetric.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.x509.asymmetric" value="sts_x509_asymmetric.wsdl"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.deployment.wsdl.location.custom" value="custom_wsdl_file"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="multiple" value="false" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentWsdlLocation" defaultValue="soap.sts.deployment.wsdl.location.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentCustomWsdlLocation"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.custom.wsdl.location"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-custom-wsdl-location"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-custom-wsdl-location"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentCustomWsdlLocation" defaultValue="soap.sts.deployment.custom.wsdl.location.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentCustomServiceName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.custom.service.name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-custom-service-name"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-custom-service-name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentCustomServiceName" defaultValue="soap.sts.deployment.custom.service.name.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentCustomServicePort"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.deployment.custom.port.name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="deployment-custom-service-port"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="deployment-custom-service-port"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentCustomServicePort" defaultValue="soap.sts.deployment.custom.port.name.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDelegationRelationshipSupported"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.delegation.relationship.supported"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="delegation-relationship-supported"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="delegation-relationship-supported"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentDelegationRelationshipSupported" defaultValue="soap.sts.delegation.relationship.supported.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDeploymentValidatedDelegatedTokenConfig"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.delegation.validated.token.config"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="delegation-validated-token-types"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="delegation-validated-token-types"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.delegation.validated.token.config.unt.true" value="USERNAME|true"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.delegation.validated.token.config.unt.false" value="USERNAME|false"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.delegation.validated.token.config.openam.true" value="OPENAM|true"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="soap.sts.delegation.validated.token.config.openam.false" value="OPENAM|false"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="multiple" value="true" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDeploymentValidatedDelegatedTokenConfig" defaultValue="soap.sts.delegation.validated.token.config.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblDelegationCustomTokenHandlers"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="soap.sts.delgation.custom.token.handlers"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="delegation-custom-token-handlers"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="delegation-custom-token-handlers"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.editablelist.CCEditableListTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="name" value="list" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="listboxLabel" value="label.current.value" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <attribute name="textboxLabel" value="label.new.value" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpDelegationCustomTokenHandlers" defaultValue="soap.sts.delgation.custom.token.handlers.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </section>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <section name="SAML2" defaultValue="sts.saml2.section.title">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2IssuerName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.issuerName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="issuer-name"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="issuer-name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2ServiceProviderEntityId"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.ServiceProviderEntityId"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="saml2-sp-entity-id"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="saml2-sp-entity-id"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpSAML2ServiceProviderEntityId"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.ServiceProviderEntityId.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2ServiceProviderAssertionConsumerServiceUrl"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.ServiceProviderAssertionConsumerServiceUrl"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="saml2-sp-acs-url"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="saml2-sp-acs-url"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpSAML2ServiceProviderAssertionConsumerServiceUrl"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.ServiceProviderAssertionConsumerServiceUrl.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2NameIdFormat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.NameIdFormat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="saml2-name-id-format"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="saml2-name-id-format"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCDropDownMenuTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.unspecified" value="urn:oasis:names:tc:SAML:1.0:nameid-format:unspecified"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.entity" value="urn:oasis:names:tc:SAML:2.0:nameid-format:entity"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.email" value="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.encrypted" value="urn:oasis:names:tc:SAML:2.0:nameid-format:encrypted"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.persistent" value="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.transient" value="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.x509" value="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.windowsdomain" value="urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <option label="sts.saml2.nameidformat.kerberos" value="urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2TokenLifetime"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.TokenLifetime"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="saml2-token-lifetime-seconds"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="saml2-token-lifetime-seconds"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2CustomConditionsProviderClassName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.CustomConditionsProviderClassName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="saml2-custom-conditions-provider-class-name"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="saml2-custom-conditions-provider-class-name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <fieldhelp name="helpSAML2CustomConditionsProviderClassName" defaultValue="sts.saml2.CustomConditionsProviderClassName.help" />
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <property>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <label name="lblSAML2CustomSubjectProviderClassName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster defaultValue="sts.saml2.CustomSubjectProviderClassName"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster labelFor="saml2-custom-subject-provider-class-name"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster <cc name="saml2-custom-subject-provider-class-name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster </cc>
<fieldhelp name="helpSAML2CustomSubjectProviderClassName" defaultValue="sts.saml2.CustomSubjectProviderClassName.help" />
</property>
<property>
<label name="lblSAML2CustomAuthenticationStatementsClassName"
defaultValue="sts.saml2.CustomAuthenticationStatementsClassName"
labelFor="saml2-custom-authentication-statements-provider-class-name"/>
<cc name="saml2-custom-authentication-statements-provider-class-name"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2CustomAuthenticationStatementsClassName" defaultValue="sts.saml2.CustomAuthenticationStatementsClassName.help" />
</property>
<property>
<label name="lblSAML2CustomAttributeStatementsClassName"
defaultValue="sts.saml2.CustomAttributeStatementsClassName"
labelFor="saml2-custom-attribute-statements-provider-class-name"/>
<cc name="saml2-custom-attribute-statements-provider-class-name"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2CustomAttributeStatementsClassName" defaultValue="sts.saml2.CustomAttributeStatementsClassName.help" />
</property>
<property>
<label name="lblSAML2CustomAuthorizationDecisionStatementsClassName"
defaultValue="sts.saml2.CustomAuthorizationDecisionStatementsClassName"
labelFor="saml2-custom-authz-decision-statements-provider-class-name"/>
<cc name="saml2-custom-authz-decision-statements-provider-class-name"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2CustomAuthorizationDecisionStatementsClassName" defaultValue="sts.saml2.CustomAuthorizationDecisionStatementsClassName.help" />
</property>
<property>
<label name="lblSAML2CustomAttributeMapperClassName"
defaultValue="sts.saml2.CustomAttributeMapperClassName"
labelFor="saml2-custom-attribute-mapper-class-name"/>
<cc name="saml2-custom-attribute-mapper-class-name"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2CustomAttributeMapperClassName" defaultValue="sts.saml2.CustomAttributeMapperClassName.help" />
</property>
<property>
<label name="lblSAML2CustomAuthenticationContextMapperClassName"
defaultValue="sts.saml2.CustomAuthenticationContextMapperClassName"
labelFor="saml2-custom-authn-context-mapper-class-name"/>
<cc name="saml2-custom-authn-context-mapper-class-name"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2CustomAuthenticationContextMapperClassName" defaultValue="sts.saml2.CustomAuthenticationContextMapperClassName.help" />
</property>
<property>
<label name="lblSAML2AttributeMap"
defaultValue="sts.saml2.AttributeMap"
labelFor="saml2-attribute-map"/>
<cc name="saml2-attribute-map"
tagclass="com.sun.web.ui.taglib.editablelist.CCEditableListTag">
<attribute name="name" value="list" />
<attribute name="listboxLabel" value="label.current.value" />
<attribute name="textboxLabel" value="label.new.value" />
</cc>
<fieldhelp name="helpSAML2AttributeMap" defaultValue="sts.saml2.AttributeMap.help" />
</property>
<property>
<label name="lblSAML2SignAssertion"
defaultValue="sts.saml2.SignAssertion"
labelFor="saml2-sign-assertion"/>
<cc name="saml2-sign-assertion"
tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag">
</cc>
</property>
<property>
<label name="lblSAML2EncryptAssertion"
defaultValue="sts.saml2.EncryptAssertion"
labelFor="saml2-encrypt-assertion"/>
<cc name="saml2-encrypt-assertion"
tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag">
</cc>
<fieldhelp name="helpSAML2EncryptAssertion" defaultValue="sts.saml2.EncryptAssertion.help" />
</property>
<property>
<label name="lblSAML2EncryptAttributes"
defaultValue="sts.saml2.EncryptAttributes"
labelFor="saml2-encrypt-attributes"/>
<cc name="saml2-encrypt-attributes"
tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag">
</cc>
<fieldhelp name="helpSAML2EncryptAttributes" defaultValue="sts.saml2.EncryptAttributes.help" />
</property>
<property>
<label name="lblSAML2EncryptNameID"
defaultValue="sts.saml2.EncryptNameID"
labelFor="saml2-encrypt-nameid"/>
<cc name="saml2-encrypt-nameid"
tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag">
</cc>
<fieldhelp name="helpSAML2EncryptNameID" defaultValue="sts.saml2.EncryptNameID.help" />
</property>
<property>
<label name="lblSAML2EncryptionAlgorithm"
defaultValue="sts.saml2.EncryptionAlgorithm"
labelFor="saml2-encryption-algorithm"/>
<cc name="saml2-encryption-algorithm"
tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
<option label="http://www.w3.org/2001/04/xmlenc#aes128-cbc" value="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
<option label="http://www.w3.org/2001/04/xmlenc#aes192-cbc" value="http://www.w3.org/2001/04/xmlenc#aes192-cbc"/>
<option label="http://www.w3.org/2001/04/xmlenc#aes256-cbc" value="http://www.w3.org/2001/04/xmlenc#aes256-cbc"/>
<attribute name="multiple" value="false" />
</cc>
<fieldhelp name="helpSAML2EncryptionAlgorithm" defaultValue="sts.saml2.EncryptionAlgorithm.help" />
</property>
<property>
<label name="lblSAML2KeystoreFilename"
defaultValue="sts.saml2.keystore.filename"
labelFor="saml2-keystore-filename"/>
<cc name="saml2-keystore-filename"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2KeystoreFilename" defaultValue="sts.saml2.keystore.filename.help" />
</property>
<property>
<label name="lblSAML2KeystorePassword"
defaultValue="sts.saml2.keystore.password"
labelFor="saml2-keystore-password"/>
<cc name="saml2-keystore-password"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<!--
note that the name of the password confirmation field must be the name of the password field + _confirm.
See AMPropertySheet.getAttributeValues for details.
-->
<property>
<label name="lblSAML2KeystorePasswordConfirm"
defaultValue="sts.saml2.keystore.password.confirm"
labelFor="saml2-keystore-password_confirm"/>
<cc name="saml2-keystore-password_confirm"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<property>
<label name="lblSAML2KeystoreEncryptionKeyAlias"
defaultValue="sts.saml2.keystore.EncryptionKeyAlias"
labelFor="saml2-encryption-key-alias"/>
<cc name="saml2-encryption-key-alias"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2KeystoreEncryptionKeyAlias" defaultValue="sts.saml2.keystore.EncryptionKeyAlias.help" />
</property>
<property>
<label name="lblSAML2KeystoreSignatureKeyAlias"
defaultValue="sts.saml2.keystore.SignatureKeyAlias"
labelFor="saml2-signature-key-alias"/>
<cc name="saml2-signature-key-alias"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpSAML2KeystoreSignatureKeyAlias" defaultValue="sts.saml2.keystore.SignatureKeyAlias.help" />
</property>
<property>
<label name="lblKeystoreSignatureKeyPassword"
defaultValue="sts.saml2.keystore.SignatureKeyPassword"
labelFor="saml2-signature-key-password"/>
<cc name="saml2-signature-key-password"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<!--
note that the name of the password confirmation field must be the name of the password field + _confirm.
See AMPropertySheet.getAttributeValues for details.
-->
<property>
<label name="lblKeystoreSignatureKeyPasswordConfirm"
defaultValue="sts.saml2.keystore.SignatureKeyPassword.confirm"
labelFor="saml2-signature-key-password_confirm"/>
<cc name="saml2-signature-key-password_confirm"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
</section>
<section name="OPENIDCONNECT" defaultValue="sts.oidc.section.title">
<property>
<label name="lblOIDCIssuerName"
defaultValue="sts.oidc.issuerName"
labelFor="oidc-issuer"/>
<cc name="oidc-issuer"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
</property>
<property>
<label name="lblOIDCTokenLifetime"
defaultValue="sts.oidc.token.lifetime"
labelFor="oidc-token-lifetime-seconds"/>
<cc name="oidc-token-lifetime-seconds"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
</property>
<property>
<label name="lblOIDCSignatureAlgorithm"
defaultValue="sts.oidc.signature.algorithm"
labelFor="oidc-signature-algorithm"/>
<cc name="oidc-signature-algorithm"
tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
<option label="sts.oidc.signature.algorithm.hmac.sha.256" value="HS256"/>
<option label="sts.oidc.signature.algorithm.hmac.sha.384" value="HS384"/>
<option label="sts.oidc.signature.algorithm.hmac.sha.512" value="HS512"/>
<option label="sts.oidc.signature.algorithm.rsa.sha.256" value="RS256"/>
<attribute name="multiple" value="false" />
</cc>
<fieldhelp name="helpOIDCSignatureAlgorithm" defaultValue="sts.oidc.signature.algorithm.help" />
</property>
<property>
<label name="lblOIDCPublicKeyReferenceType"
defaultValue="sts.oidc.public.key.reference.type"
labelFor="oidc-public-key-reference-type"/>
<cc name="oidc-public-key-reference-type"
tagclass="com.sun.web.ui.taglib.html.CCSelectableListTag">
<option label="sts.oidc.public.key.reference.type.none" value="NONE"/>
<option label="sts.oidc.public.key.reference.type.jwk" value="JWK"/>
<attribute name="multiple" value="false" />
</cc>
<fieldhelp name="helpOIDCPublicKeyReferenceType" defaultValue="sts.oidc.public.key.reference.type.help" />
</property>
<property>
<label name="lblOIDCKeystoreLocation"
defaultValue="sts.oidc.keystore.location"
labelFor="oidc-keystore-location"/>
<cc name="oidc-keystore-location"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpOIDCKeystoreLocation" defaultValue="sts.oidc.keystore.location.help" />
</property>
<property>
<label name="lblOIDCKeystorePassword"
defaultValue="sts.oidc.keystore.password"
labelFor="oidc-keystore-password"/>
<cc name="oidc-keystore-password"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<!--
note that the name of the password confirmation field must be the name of the password field + _confirm.
See AMPropertySheet.getAttributeValues for details.
-->
<property>
<label name="lblOIDCKeystorePasswordConfirm"
defaultValue="sts.oidc.keystore.password.confirm"
labelFor="oidc-keystore-password_confirm"/>
<cc name="oidc-keystore-password_confirm"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<property>
<label name="lblOIDCKeystoreSignatureKeyAlias"
defaultValue="sts.oidc.keystore.signature.key.alias"
labelFor="oidc-signature-key-alias"/>
<cc name="oidc-signature-key-alias"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpOIDCKeystoreSignatureKeyAlias" defaultValue="sts.oidc.keystore.signature.key.alias.help" />
</property>
<property>
<label name="lblOIDCKeystoreSignatureKeyPassword"
defaultValue="sts.oidc.keystore.signature.key.password"
labelFor="oidc-signature-key-password"/>
<cc name="oidc-signature-key-password"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<!--
note that the name of the password confirmation field must be the name of the password field + _confirm.
See AMPropertySheet.getAttributeValues for details.
-->
<property>
<label name="lblOIDCKeystoreSignatureKeyPasswordConfirm"
defaultValue="sts.oidc.keystore.signature.key.password.confirm"
labelFor="oidc-signature-key-password_confirm"/>
<cc name="oidc-signature-key-password_confirm"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<property>
<label name="lblOIDCClientSecret"
defaultValue="sts.oidc.client.secret"
labelFor="oidc-client-secret"/>
<cc name="oidc-client-secret"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
<fieldhelp name="helpOIDCClientSecret" defaultValue="sts.oidc.client.secret.help" />
</property>
<!--
note that the name of the password confirmation field must be the name of the password field + _confirm.
See AMPropertySheet.getAttributeValues for details.
-->
<property>
<label name="lblOIDCClientSecret"
defaultValue="sts.oidc.client.secret.confirm"
labelFor="oidc-client-secret_confirm"/>
<cc name="oidc-client-secret_confirm"
tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
</cc>
</property>
<property>
<label name="lblOIDCAudience"
defaultValue="sts.oidc.audience"
labelFor="oidc-audience"/>
<cc name="oidc-audience"
tagclass="com.sun.web.ui.taglib.editablelist.CCEditableListTag">
<attribute name="name" value="list" />
<attribute name="listboxLabel" value="label.current.value" />
<attribute name="textboxLabel" value="label.new.value" />
</cc>
<fieldhelp name="helpOIDCAudience" defaultValue="sts.oidc.audience.help" />
</property>
<property>
<label name="lblOIDCAuthorizedParty"
defaultValue="sts.oidc.authorized.party"
labelFor="oidc-authorized-party"/>
<cc name="oidc-authorized-party"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpOIDCAuthorizedParty" defaultValue="sts.oidc.authorized.party.help" />
</property>
<property>
<label name="lblOIDCClaimMap"
defaultValue="sts.oidc.claim.map"
labelFor="oidc-claim-map"/>
<cc name="oidc-claim-map"
tagclass="com.sun.web.ui.taglib.editablelist.CCEditableListTag">
<attribute name="name" value="list" />
<attribute name="listboxLabel" value="label.current.value" />
<attribute name="textboxLabel" value="label.new.value" />
</cc>
<fieldhelp name="helpSAML2AttributeMap" defaultValue="sts.oidc.claim.map.help" />
</property>
<property>
<label name="lblOIDCCustomClaimMapperClass"
defaultValue="sts.oidc.custom.claim.mapper.class"
labelFor="oidc-custom-claim-mapper-class"/>
<cc name="oidc-custom-claim-mapper-class"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpOIDCCustomClaimMapperClass" defaultValue="sts.oidc.custom.claim.mapper.class.help" />
</property>
<property>
<label name="lblOIDCCustomAuthenticationContextMapperClass"
defaultValue="sts.oidc.custom.authentication.context.mapper.class"
labelFor="oidc-custom-authn-context-mapper-class"/>
<cc name="oidc-custom-authn-context-mapper-class"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpOIDCCustomAuthenticationContextMapperClass" defaultValue="sts.oidc.custom.authentication.context.mapper.class.help" />
</property>
<property>
<label name="lblOIDCCustomAuthenticationMethodsReferencesMapperClass"
defaultValue="sts.oidc.custom.authentication.methods.references.mapper.class"
labelFor="oidc-custom-authn-method-references-mapper-class"/>
<cc name="oidc-custom-authn-method-references-mapper-class"
tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
</cc>
<fieldhelp name="helpOIDCCustomAuthenticationMethodsReferencesMapperClass" defaultValue="sts.oidc.custom.authentication.methods.references.mapper.class.help" />
</property>
</section>
</propertysheet>