Open jd-jedi opened 10 years ago
Hi,
I am also have similar requirement. Any luck on making this work?
Regards, Umesh
Hi, we do support the scenario you are describing in OpenStack:
On 6/12/14 3:13 AM, Alessandro Pilotti wrote:
Hi, we do support the scenario you are describing in OpenStack:
http://www.cloudbase.it/freerdp-html5-proxy-windows/
— Reply to this email directly or view it on GitHub https://github.com/FreeRDP/FreeRDP-WebConnect/issues/34#issuecomment-45851395.
How to use it without openstack ? How to supply token ? (assuming in the url?) How does proxy check validity of the token ? Does it call back ? Where token to host:port mapping stored/supplied/fetched ?
Thanks /Jd
Hi @jd-jedi, we just merged all the Cloudbase code, including the OpenStack token support.
We're planning to enable a similar feature without requiring OpenStack. I marked this issue as a feature request.
Thanks In the meantime, I was thinking about "simulating" as nova stack for this interaction. Looking at the code,
nova_console_info nova_console_token_auth_impl::get_console_info( std::string osAuthUrl, std::string osUserName, std::string osPassword, std::string osTenantName, std::string consoleToken) {
... get authtoken : login to nova and get authtoken -- get console info passing (authtoken , consoletoken) ... populate nova_console_info info object. ... contains host, port, internal_access_path.
host and port seems natural, what is internal_access_path ? What is the expected format ? Is it VMID ? Does it include hyper-v creds ? or they are taken from the config file for the webconnect proxy.
Thanks /Jd
Hello,
Anyupdate on the token support in the freerdp web version?
hi @alexpilotti
We're planning to enable a similar feature without requiring OpenStack. I marked this issue as a feature
Is the plan making progress?
Hi Great project.
We have a management portal, and have access to hyper-v credentials and vm id. But we do not want these to be sent to client. Instead we would like to have tokens generated, example flow as follows.
Is there a way to do this ? Any plans ? I have seen some freerdp params as reconnection cookie... can it be used ? Any other ideas ? Does it have internal session id (keeping track of connections )
Thanks /Jd