Hi,
I’m trying to write a custom cookie based authentication module for Remote Desktop Gateway using the Pluggable Authentication and Authorization (PAA) Framework. I can load the module, a COM DLL implementing the interface defined in TSGAuthenticationEngine.idl. However, the method AuthenticateUser does not get called when I’m logged in and try to utilize a resource. Instead I get a message saying that I need to login. I’m running this on a Windows Server 2012 R2. It’s also worth mentioning that I don’t see anything in the logs, besides that the module gets loaded.
I could not find a lot of information on this topic, but I found one guide that I followed, http://archive.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=rdsdev&ReleaseId=3745
Anyone had this problem before? How do I troubleshoot the problem effectively?