Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Embedding Forms & Workflows for Anonymous Use
...
...
If you do not require access control or authentication for other purposes, i.e. your forms are public forms on your Extranet, you can simply use built-in Share Dialog and copy and paste the code into your HTML, JSP, ASP, PHP or other web page. An example is 's own contact form. No authentication is required and the form is completed and submitted anonymously. You can find instructions for embedding forms and flows here.
Integrating authentication with your web application (using the Oracle Forms API)
...
...
The basic steps are shown in the above Figure. You'll need to be familiar with creating and managing tenants including creating a tenant using the Delegating Security Manager.
...
- The formTypeId (in this case it is actually a flowTypeId) is _BgfQgAneEeCBmoiAt_ZHPg
- The application Id is _Eo5BUQndEeCBmoiAt_ZHPg
- The ownerId is designer
...
...
Once you have the embed URL, embed it in your JSP as:
...