All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.cas.xml Maven / Gradle / Ivy

Go to download

Wildfly subsystem that monitors web application deployments and attaches CAS authentication support.

There is a newer version: 2.0.3
Show newest version
<subsystem xmlns="urn:soulwing.org:cas:1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="urn:soulwing.org:cas:1.0 cas.xsd">

  <cas-profile name="cas-production"
    service-url="https://summit.research.vt.edu"
    server-url="https://auth.vt.edu/cas">
    <hostname-verifier type="pattern-match">
      <host name=".*\.vt\.edu$"/>
    </hostname-verifier>
    <allowed-proxy-chain name="summit-proxies">
      <proxy url="https://summit.research.vt.edu"/>
    </allowed-proxy-chain>
    <attribute-transform name="groupMembership">
      <transformer name="DistinguishedNameToSimpleName">
        <option key="component">uugid</option>
      </transformer>
    </attribute-transform> 
  </cas-profile>
  
</subsystem>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy