RTC Offshore Access
2 answers
A possible solution could be to have an IBM-HTTPS Server (IHS) with the IHS/WAS Plugin in the Extranet.
The Plugin Configuration will forward the calls to the IHS in the Intranet and from there it goes into the WAS and Jazz.
Because of the fact Jazz needs a stable URI, you have to provide the DNS Name of your Jazz to the Internet with the IP address of the Extranet server.
The same DNS Name has so a different IP in the Internet than in the Intranet.
This solution is quite easy and straight forward to configure.
One open point are the usernames. If you use LDAP integration, the users need to be registered in your company LDAP registry.
Comments
Yes, I mean some sort of a Reverse-Proxy in the Extranet in front of the Webserver in the Intranet. IHS is just an example. Could also be e.g. a Squid server.
The comment of your IT is correct. It's always some sort of a risk, if an application must be available for external users. Important is to limit this risk and manage it.
The use of a reverse proxy in the Extranet limits the access to exactly one Port e.g. 9443 on one server. And the users need at least a login on the Jazz environment.
Additionaly you could implement also a front-door Login in the reverse-proxy.
@guido "Additionaly you could implement also a front-door Login in the reverse-proxy." - my company tried this with RTC 3.0 and found that doing this prevents the eclipse client from connecting to the server because the client expects to be able to retrieve certain resources without authenticating. I've not tried this with 3.0.1.x+ but it's something to be aware of.
Thanks let me know. Was an idea. I have not tried it.