Hi,
I have a Windows Server 2012 R2 with RD Gateway Role Service installed and Configured (Server1).
- RD CAPs => OK
- RD RAPs => OK
I have a client Windows 7 with RDP 8.1 update installed (Client1).
I have a second client windows 7 (Remote1) configured to allow RD.
In this configuration i can open a RDP on "Client1" with this option:
- RD Gateway : ("Server1"),
- User: <domain/user1>
- password: <password>.
So, i follow the instruction describe in Sample "Remote Desktop Gateway Pluggable Authentication and Authorization Sample in C++ for Visual Studio 2012".
In "RD Gateway Manager" on "Server1" i have a message in "Configuration Status":
- Due to pluggable Authorization, Remote Desktop connection authorization policies and Remote Desktop resource authorization policies are no longer used to manage authentication and authorization on this system. Use the appropriate administrative tool to manage these services.
And when i execute "sample.rdp" on "Client1" i have this error:
The user "<Domain\user1>", on client computer "xx xx xx xx", did not meet connection authorization policy requirements and was therefore not authorized to access the RD Gateway server. The authentication method used was: "Cookie" and connection protocol used: "HTTP".
The following error occurred : "23003".
Have you any suggestions ?
Thanks for any advise.