Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to login into an apex app from a html page link by passing userid and password in the url

Sanjaya Kumar PradhanJun 11 2015 — edited Jun 16 2015

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

This post has been answered by Patrick Wolf-Oracle on Jun 11 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2015
Added on Jun 11 2015
4 comments
791 views