Hello,
I have a html page (may be created by jsp/other technology) where i need to provide a link to an apex app by passing both userid and password, so that the user don't have to login. I have tried below but it show the login page.
<!DOCTYPE html>
<html>
<body>
<p><a href="https://apex.oracle.com/pls/apex/f?p=75478:101:0:Login:::P101_USERNAME,P101_PASSWORD:sanjayapradhan30@gmail.com,gmail@123sanjayapradhan30@gmail.com,gmail@123">My Application</a></p>
</body>
</html>
any idea how to achieve it?
Apex 5/ chrome latest browser / window 7
Regards
Sanjaya