schema.cas.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-subsystem Show documentation
Show all versions of cas-subsystem Show documentation
Wildfly subsystem that monitors web application deployments and attaches
CAS authentication support.
<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