...
No Format |
---|
<appSettings> <add key="loginUrl" value="https://auth.enf.upmc.frcas.server/login" /> <add key="validateUrl" value="https://auth.enf.upmc.frcas.server/serviceValidate" /> <add key="logoutUrl" value="https://auth.enf.upmc.frcas.server/logout" /> </appSettings> |
to indicate CAS urls and
No Format |
---|
<system.web> ... <httpModules> <add name="CasModule" type="Upmc.CasModule.CasModule, CasModule"/> </httpModules> ... </system.web> |
an httpModules tag to declare the module
Windows Sharepoint Services
...