...
Just drop casModule.dll in the BIN folder of the root directory of the application and add the following to the web.config file in the root directory
No Format |
---|
<appSettings> <add key="loginUrl" value="https://cas.server/login" /> <add key="validateUrl" value="https://cas.server/serviceValidate" /> <add key="logoutUrl" value="https://cas.server/logout" /> </appSettings> |
...