VPN proxy
Hi,
We have an in-house web-based workspace that host our applications (iframe). So, our employees open the workspace and choose the relevant application from the applications list -and the application will open.
Some of the applications are only available from office network – we need to create some VPN proxy so an employee working from home will be able to request access to a specific application and we will validate it and give him a temp URL that loads this application under a session created for him without him needs to connect his computer to the VPN.
The process we are expecting is as follows:
- User request access to application A
- Our workspace application authenticates against the VPN server
- app_id, app_secret
- got token in response
- Our workspace application request for VPN session in the name of the initiator user.
- token, user email, URL (origin URL of application A)
- VPN server sends MFA (if defined)
- Our workspace application will allow user to enter the code and send it with relevant request.
- VPN server generates a temporary URL (available for 10 seconds) that will redirect to the URL of the session where the user will be able to see application A.
The process does not require the end-user to install anything on his machine.
Do anyone has experience with that?
Thanks,
Yehuda.
