<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span lang="en-US">Hi all,</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">We need to enforce the users to authenticate before have access to ALA-PORTAL..</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">We found a authentication enforcement in ala-collectory module, when the user tries to access the “admin” page, using JASIG Cas server.</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">We performed the following steps to test the authentication:</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span lang="en-US">We deployed an instance of JASIG Cas server (</span><span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.jasig.org/cas" target="_blank"><span lang="en-US">http://www.jasig.org/cas</span></a></span></span></span><span lang="en-US">) in server: </span><span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A65002%2Fcas-server-webapp-3.4.12.1%2Flogin&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNH3vG0Ka4sLQzPoHwActqlfWHpv0g" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1</a>.</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span lang="en-US">We configured the ala-collectoy to enforce authentication in file: ala-collectory-0.1.0/ala-collectory/grails-app/conf/config.groovy , using the following code:</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">/*****************************</span><span style="font-size: 13px;">******************************</span><span style="font-size: 13px;">*******************\</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR">*  SECURITY<br />\******************************************************************************/<br />if (!security.cas.uriFilterPattern) {<br />   security.cas.uriFilterPattern = "/admin.*,/collection.*,/institution.*,/contact.*,/reports.*," +<br />           "/providerCode.*,/providerMap.*,/dataProvider.*,/dataResource.*,/dataHub.*,/manage/.*"<br />}<br />if (!security.cas.loginUrl) {<br />   security.cas.loginUrl = "<span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A65002%2Fcas-server-webapp-3.4.12.1%2Flogin&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNH3vG0Ka4sLQzPoHwActqlfWHpv0g" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1/login</a></span></span></span>"<br />}<br />if (!security.cas.logoutUrl) {<br />   security.cas.logoutUrl = "<span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A65002%2Fcas-server-webapp-3.4.12.1%2Flogout&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHehugoZZSv8DVSUX-3YHdqFzEY6A" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1/logout</a></span></span></span>"<br />}<br />if (!security.apikey.serviceUrl) {<br />   security.apikey.serviceUrl = "<span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A65002%2Fcas-server-webapp-3.4.12.1%2Fapikey%2Fws%2Fcheck%3Fapikey%3D&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNGqC95eT2XCTZg-6Vh_63edJG7VyA" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1/apikey/ws/check?apikey=</a></span></span></span>"<br />}<br />if(!security.cas.appServerName){<br />   security.cas.appServerName = "<span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A65002&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNH5k83H3rCfxq9G6357RoRk2vu4yA" target="_blank">http://143.107.102.247:65002</a></span></span></span>"<br />}<br />if(!security.cas.casServerName){<br />   security.cas.casServerName = "<span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A8080&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHNS4B3AfRd4bnMHSoxOVwzDisprw" target="_blank">http://143.107.102.247:8080</a></span></span></span>"<br />}<br />if(!security.cas.uriExclusionFilterPattern){<br />   security.cas.uriExclusionFilterPattern = '/images.*,/css.*,/js.*,/less.*'<br />}<br />if(!security.cas.authenticateOnlyIfLoggedInPattern){<br />   security.cas.authenticateOnlyIfLoggedInPattern = "" // pattern for pages that can optionally display info about the logged-in user<br />}<br />if(!security.cas.casServerUrlPrefix){<br />   security.cas.casServerUrlPrefix = '<span style="color: #0000ff;"><span lang="en-US"><span style="text-decoration: underline;"><a style="color: #1155cc;" href="http://www.google.com/url?q=http%3A%2F%2F143.107.102.247%3A65002%2Fcas-server-webapp-3.4.12.1%2F%27&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNGRqmrqERZlp6oeLUpeJlC8LhUNqA" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1/'</a></span></span></span><br />}<br />if(!security.cas.bypass){<br />   security.cas.bypass = true<br />}<br />if(!disableAlertLinks){<br />   disableAlertLinks = false<br />}<br /><br />if(!disableOverviewMap){<br />   disableOverviewMap = false<br />}</p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">then, we tried to access the admin section of ala-collectory browser. Which worked perfectly: the ala-collectory redirected the call to CAS server login page, and after the user provides correct username and password the user is redirected again to admin-section of ala-collectory.</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">We would like to enforce the same authentication in ala-hubs, as shown in the figure adapted from wiki (attached).</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span lang="en-US">We followed the steps in wiki</span>:</p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><a style="color: #1155cc;" href="https://code.google.com/p/ala-bie/wiki/Authentication#Example_web.xml_configuration" target="_blank">https://code.google.com/p/ala-bie/wiki/Authentication#Example_web.xml_configuration</a> .</p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">In pom.xml of hubs-webapp directory we included the following code:</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc; font-size: 13px;">&lt;dependency&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;groupId&gt;org.jasig.cas&lt;/groupId&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;artifactId&gt;cas-client-core&lt;/artifactId&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;">&lt;version&gt;3.1.10&lt;/version&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;type&gt;jar&lt;/type&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;scope&gt;compile&lt;/scope&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;/dependency&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;dependency&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;groupId&gt;au.org.ala&lt;/groupId&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;artifactId&gt;ala-cas-client&lt;/artifactId&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;version&gt;2.0-SNAPSHOT&lt;/version&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;type&gt;jar&lt;/type&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;scope&gt;compile&lt;/scope&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;exclusions&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;exclusion&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;groupId&gt;javax.servlet&lt;/groupId&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;artifactId&gt;servlet-api&lt;/artifactId&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"><span lang="en-US">&lt;/exclusion&gt;</span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;">&lt;/exclusions&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;">&lt;/dependency&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in;" lang="pt-BR"><span style="color: #0000cc;"> </span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">In web.xml file we included the following code:</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 9pt; font-family: 'Courier New', serif; color: #0000cc; line-height: 12.800000190734863px;">&lt;!-- CAS Authentication related properties --&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;context-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;!-- Parameter used by CAS filters --&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-name&gt;serverName&lt;/param-name&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-value&gt;</span></span></span><span style="color: #ff0000;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><a style="color: #1155cc;" href="http://143.107.102.247:8080/hubs-webapp/" target="_blank">http://143.107.102.247:8080/hubs-webapp/</a></span></span></span><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;/param-value&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;/context-param&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;context-param&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-name&gt;casServerName&lt;/param-name&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-value&gt;</span></span></span><span style="color: #ff0000;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><a style="color: #1155cc;" href="http://143.107.102.247:8080/" target="_blank">http://143.107.102.247:8080</a></span></span></span><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;/param-value&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;/context-param&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;context-param&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-name&gt;uriFilterPattern&lt;/param-name&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-value&gt;/, /occurrences/\d+, /occurrences/search, /explore/your-area&lt;/param-value&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/context-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;!-- CAS Authentication Service filters --&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-name&gt;CAS Authentication Filter&lt;/filter-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-class&gt;au.org.ala.cas.client.UriFilter&lt;/filter-class&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-name&gt;filterClass&lt;/param-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-value&gt;org.jasig.cas.client.authentication.AuthenticationFilter&lt;/param-value&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-name&gt;casServerLoginUrl&lt;/param-name&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-value&gt;</span></span></span><span style="color: #ff0000;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><a style="color: #1155cc;" href="http://143.107.102.247:65002/cas-server-webapp-3.4.12.1/login" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1/login</a></span></span></span><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;/param-value&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-name&gt;gateway&lt;/param-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-value&gt;true&lt;/param-value&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/filter&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-name&gt;CAS Validation Filter&lt;/filter-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-class&gt;au.org.ala.cas.client.UriFilter&lt;/filter-class&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-name&gt;filterClass&lt;/param-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-value&gt;org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter&lt;/param-value&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-name&gt;casServerUrlPrefix&lt;/param-name&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;param-value&gt;</span></span></span><span style="color: #ff0000;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><a style="color: #1155cc;" href="http://143.107.102.247:65002/cas-server-webapp-3.4.12.1" target="_blank">http://143.107.102.247:65002/cas-server-webapp-3.4.12.1</a></span></span></span><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;">&lt;/param-value&gt;</span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/filter&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-name&gt;CAS HttpServletRequest Wrapper Filter&lt;/filter-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-class&gt;au.org.ala.cas.client.UriFilter&lt;/filter-class&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-name&gt;filterClass&lt;/param-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;param-value&gt;au.org.ala.cas.client.AlaHttpServletRequestWrapperFilter&lt;/param-value&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/init-param&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/filter&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-mapping&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-name&gt;CAS Authentication Filter&lt;/filter-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;url-pattern&gt;/*&lt;/url-pattern&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/filter-mapping&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-mapping&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-name&gt;CAS Validation Filter&lt;/filter-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;url-pattern&gt;/*&lt;/url-pattern&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/filter-mapping&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"> </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-mapping&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;filter-name&gt;CAS HttpServletRequest Wrapper Filter&lt;/filter-name&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;url-pattern&gt;/*&lt;/url-pattern&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0in; line-height: 12.800000190734863px;" lang="pt-BR"><span style="color: #0000cc;"><span style="font-family: 'Courier New', serif;"><span style="font-size: 9pt;"><span lang="en-US">&lt;/filter-mapping&gt;</span></span></span></span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR">then we deployed the hubs-webapp.war in tomcat server. Unfornatelly, when the user access ala-webapp no autentication is asked by ala-portal.</p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR"><span style="font-size: 13px;">What we need to do in order to enforce all the users to autenticate in jasig cas before have access to hubs-webapp?</span></p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR">Regards, </p>
<p style="color: #222222; font-family: arial, sans-serif; font-size: 13px; margin-bottom: 0.14in;" lang="pt-BR">Suelane/Silvio</p>