Hi guys,
does anybody know how to configure HTML5 RDP Ressource Profiles with SSO?
When our users login with their azure ad credentials ([email protected]) the HTML5 profiles don't connect to the RDP Server. I tried the user variables <USER> and ourdomain\<USER> for the Bookmark but it won't connect.
If the user creates a custom connection with ourdomain\<USER> variable it works. But not with deployed profiles.
we are on 9.1R14
thanks.
Solved! Go to Solution.
You said that you are using Azure AD as auth. server.
The implementation is done using SAML? If SAML is used the PCS is not holding any info about the user password, and so the SSO cannot work. The only way is to enter to the bookmark a static password, but that is not a SSO setup.
just figured something out. when I use "ourdomain\<username>" for username in the bookmark and a static password it works. as soon as I use <PASSWORD> as a variable vor Password it doesn't. so looks like the password variable is the problem.
could the problem just be that the password variable does not work with azure ad auth server? I could imagine that azure is not allowing pulse to read the password for security reasons.
You said that you are using Azure AD as auth. server.
The implementation is done using SAML? If SAML is used the PCS is not holding any info about the user password, and so the SSO cannot work. The only way is to enter to the bookmark a static password, but that is not a SSO setup.
While this works, there is no real advantage for us. In this scenario the user has du type in the password twice while login in pcs as supposed to 1 time during login and another time for the html5 rdp session.
But the concept ist cool. Thanks.