Hi Can anyone help me with integration of Outlook / CAS I have installed Clearpass Extension and OUTlook and the .NET client (http://github.com/wgthom/CasOwa) on IIS server successfully.
Now, I am trying to do the following step, when I try: https://localhost/coa/auth it redirects me to https://localhost:8443/cas/login?service=https%3a%2f%2flocalhost%2fcoa%2fauth After I login, Here is the error I get: HttpContext.Current.User is null. Check that the DotNetCasClient is mapped and configured correctly in <web.conf> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: HttpContext.Current.User is null. Check that the DotNetCasClient is mapped and configured correctly in <web.conf> Source Error: Line 139: Line 140: // Retrieve a Proxy Ticket for ClearPass Line 141: var proxyTicket = user.GetProxyTicketFor(ClearPassUri); DISCLAIMER Important! This message is intended for the above named person(s) only and is CONFIDENTIAL AND PROPRIETARY. If you are not the intended recipient of this e-mail and have received it in error, please immediately notify the sender by return email and then delete it from your mailbox. This message may be protected by the attorney-client privilege and/or work product doctrine. Accessing, copying, disseminating or re-using any of the information contained in this e-mail by anyone other than the intended recipient is strictly prohibited. Finally, you should check this email and any attachments for the presence of viruses, as the sender accepts no liability for any damage caused by any virus transmitted by this email. Thank you. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
