dent.core.ks-standard-sec.2.0.3-cm.source-code.ks-security-config.xml Maven / Gradle / Ivy
The newest version!
<!-- Copyright 2010 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.osedu.org/licenses/ECL-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <config> <param name="ks.default.security.saml.samlIssuerServiceAddress">${serviceServletUrl}/SamlIssuerService</param> <param name="ks.default.security.trust.stsServiceAddress">${serviceServletUrl}/SecurityTokenService</param> <param name="ks.default.security.cas.webapp.service.context">${application.url}</param> <param name="ks.default.security.cas.serverAddress">https://localhost:8443/cas-server-webapp-3.3.1</param> <param name="ks.defualt.security.cas.authenticationFailureUrl">notauthorized.html</param> <!-- when true will use CAS proxy mechanism, i.e. return a Proxy Ticket used to access a another cas service proxy --> <!-- when false only the Serivce Ticket is validated --> <param name="ks.default.security.cas.useCasProxyMechanism">false</param> <param name="ks.default.security.saml.keystoreType">JKS</param> <param name="ks.default.security.saml.keystoreFile">x509.jks</param> <param name="ks.default.security.saml.keystorePass">changeit</param> <param name="ks.default.security.saml.privateKeyAlias">tomcat</param> <param name="ks.default.security.saml.privateKeyPass">changeit</param> <param name="ks.default.security.saml.certificateAlias">tomcat</param> </config>