I am using Prism with Apex and have everything set up. I want every user who logs into apex to be using there own user name and password so I have removed the APEX_PUBLIC_USER from the DAD. Everything works great except that I get the HTTP login prompt when I try to access APEX. I can enter my credentials and it will take me to the APEX login page but it is annoying to have to log in twice, once for the database connection and then for the application authentication. Is there anyway to pass the user's credentials through so that HTTP login prompt does not show up and the user just has enter his credentials in once at the apex logon page?
Every user of my Apex applications will have an account in the database that matches their OS login credentials.
Thanks.
-Matthew
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using Prism with Apex and have everything set up. I want every user who logs into apex to be using there own user name and password so I have removed the APEX_PUBLIC_USER from the DAD. Everything works great except that I get the HTTP login prompt when I try to access APEX. I can enter my credentials and it will take me to the APEX login page but it is annoying to have to log in twice, once for the database connection and then for the application authentication. Is there anyway to pass the user's credentials through so that HTTP login prompt does not show up and the user just has enter his credentials in once at the apex logon page?
Every user of my Apex applications will have an account in the database that matches their OS login credentials.
Thanks.
-Matthew