Search code examples
oracleoracle-apex-5.1

Authenticate ApEx application without password


I have forms application and APEX application, I am looking for a solution, where, a button in forms is pressed, it launches apex application and authenticates it without need for password. Please help me with a working example.


Solution

  • I found the approach here http://www.oracle-and-apex.com/authenticate-apex-via-token/ made some changes as per my needs. We can encrypt the token if needed.