...
Just drop casModule.dll in the root directory of the application and add the following to the to the web.config file
No Format |
---|
<appSettings>
<add key="loginUrl" value="https://auth.enf.upmc.fr/login" />
<add key="validateUrl" value="https://auth.enf.upmc.fr/serviceValidate" />
<add key="logoutUrl" value="https://auth.enf.upmc.fr/logout" />
</appSettings>
|
Windows Sharepoint Services
...