Oracle Weblogic conflict with FortiClient VPN - weblogic

I am using WebLogic 10.3.6 we try to use FortiClient VPN to access our applications and use FortiClient VPN SSO (we configure application URL as a bookmark forticlient) it works fine for other .net applications but our oracle portal application makes a full redirect in a new tap.
Other application URLs are wrapped like this https://VPN_URL/proxy/11693587/https/APP_URL
but the oracle portal app opens in its original URL.
Any advice

Related

Deploy dash application on a local server for multiple users

Based on the discussion Deploying Dash app on a 'local' server (with external access) securely, what would be a way to deploy a dash application on a local server using mod_wsgi, but whenever a user (or a different browser tab) access the mod_wsgi server address, a new dash application object is created?

Lucee - what is the difference between the Server and Web admin page?

Learning Lucee for the first time. What is the difference between the Server and Web admin pages? (Does the 'Server' page handle config for the app server, and web for the web server?)
And how do they relate to the Tomcat Apache server I was supposed to install with it?
The server admin lets you set settings at a global level, like the Adobe ColdFusion admin, however the web admin lets you set settings for one particular web site, so for example I always configure data sources at the web level so that only the site that needs access to that data source has access to it.
Web settings have precedence over server settings, so if you have it set to setting A in the server admin but setting B in the web admin for one site it will use setting B for that website but setting A for all other sites.
With regards to Tomcat that is the Java servlet container in which Lucee runs (https://en.wikipedia.org/wiki/Web_container). If you used the installer then Tomcat will have been installed automatically for you.

Cannot access apache via external URL, only via remote desktop connection to server

I have a Windows 2012 Server via VPS hosting.
I installed IIS and MySQL last week.
I have no way to remotely access the MySQL db, so thought I'd try to set things up so that I can access it remotely.
I have installed XAMPP this evening, and installed Apache and PHP onto the server.
My domain name. e.g. mysite.com is linked to the VPS hosting, so that I can go to e.g. localhost/index.html and also mysite.com/index.html and see the same page.
I had to configure apache so that I could connect to it at the same time as running IIS, so access it via localhost:8080/phpMyAdmin/index.php. When connected via remote desktop connection, I can also access that via mysite.com:8080/phpMyAdmin/index.php.
However, if I disconnect the remote desktop connection and try again to get to mysite.com:8080/phpMyAdmin/index.php I get a timeout error.
I seem to only be able to access that URL when on the actual server that the site runs from, even though I can use the full external URL.
I wondered if there any way around this?

SSO between application running on Glassfish 4.1 and one running on Oracle Application Server 10g

I have to implements a single sign on procedure between 2 web applications.
One of them is running on OAS version 10.1.2, developed using JDeveloper 10g, the application uses ADF framework (10.1.2) and Java 1.4. It authenticates users using a JAZN.xml file, so the users/ passwords aren't in database.
The other is a RESTful application running on a Glassfish 4.1 server, developped in Java 8. Each modules are bundled as OSGi bundles. Authentication not implemented yet.
We were planning on using an LDAP server (Oracle Internet Directory, the only one working with ADF 10.1.2) but I can't seem to be able to find clear documentation about it.
I've found http://java2go.blogspot.com/2012/05/oracle-adf-with-sso-definitive-guide.html which is for WebLogic not OAS, and http://sqltech.cl/doc/oas10gR31/web.1013/b28967/adding_security001.htm which is for version 10.1.3
1- Is there a place with more documentation, how-to, on LDAP configuration with ADF 10.1.2?
2- Is it possible to manage Users/password from the app using LDAP authentication or we must connect to LDAP server to change/create users/passwords?
3- what do you think would be a better approach to implement SSO?

Web services dilemma

Hey all I have created a web service that starts on my local intranet and sends out data to an outside server. This works awesome and all using classic asp on the server side and vb.net program sending the info from the intranet pc.
But now I need to do the opposite. I need to have the web service be called from the server web page to the intranet pc. Problem being is that we do not have access to any ports or any means of getting data from the server because of the firewall.
How can this be possible to do with my current scenario above?