Discussions
Categories
- 197.1K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.7K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.3K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 466 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
Oracle forms 12c web start connects via SSO

I saw some posts that say that the Java Web Start of Forms 12c does not log into the application via SSO. But via that it has the options below parameter SSO.
<param name="ssoLogoutRedirect" value=""/>
<param name="ssoMode" value="false"/>
<param name="ssoLogout" value="false"/>
Then I was in doubt if it really is possible to connect via SSO
Comments
-
If using Forms 12.2.1.4 you can enable SSO for all configuration types (Embedded, Web Start, and Forms Standalone Launcher).
-
I understood. How do I do that, because, everything I read says that SSO is initiated by the browser and as web start does not depend on the browser to access, it would not be possible to use SSO. Today our system is in Forms 11 and we are migrating to forms 12 112140. For the time being we put it to run in the old format via browser to revalidate the screens, but as IE11 will be removed from the machines in October, we are already looking to perform the configuration via webstart. But everything I read from
Oracle documentation points out that you can't use SSO.
Java Web Start (JWS)
This method supports SSO when launched from a browser.*
May be run without a browser from command line (or script).
There is no support for SSO Logout or Java Script Integration (Java Script supported in 12.2.1.3+). See Forms Websocket Java Script Integration (WJSI).
Requires either JDK or Java Plugin (JRE) installation.
Presents application with a native appearance.
To invoke this method from a browser, the URL would be something like this: http://<HOSTNAME>:port/forms/frmservlet?config=webstart
With that, we are very in doubt if it is really possible or not. I would be very grateful if you could advise if it is really possible and how we should proceed.
Regards
Ronaldo Assaiante
-
Please read my last comment above (and copied again below).
If using Forms 12.2.1.4 you can enable SSO for all configuration types (Embedded, Web Start, and Forms Standalone Launcher).
The only restrictions in making it work are:
- The call must be made using HTTP or HTTPS.
- The application must be requested from a browser. This can be either by entering the URL in the address line or clicking on a properly crafted hyperlink or a URL generated by JS. Starting from a local script/batch file is not supported.
- The application must be requested from the system's default browser. If this does not occur, when the Forms application needs to present the Oracle Access Manager logon page, the system's default browser will be launched therefore resulting in the possibility of having multiple browsers open (e.g. Firefox and Edge). In some cases this may cause the SSO processing to not work correctly.
- As mentioned in the note you referenced, SSO logout functionality is not supported.
Although not required, it is recommended that you install the latest quarterly Forms patch, as it includes some improvements to Web Start support. It also includes many bug fixes. Details can be found here: