Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...