Oracle Forms and multiple identity stores
Hello all,
I am integrating OAM 12c, OID 12c, Webgate and Oracle Forms 12c FSAL.
I have a requeriment where depending on the selected web configuration (from formsweb.cfg), a specific identity store is used. For example:
http://host:port/forms/frmservlet?config=configOne --> OID branch: com.sv.users
http://host:port/forms/frmservlet?config=configTwo --> OID branch: com.usa.users
Each config has its own FMB, RDF etc files and the users accesing the application per config are different (that is why we have different branches) .
Is this possible?
Best regards 🙂