Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Web Application Server
Hi Rus
> What is the best way to authenticate multiple users using Application
> Server?
>
> At the moment I have a web listener which asks for a username and
> password before access is granted. This username and password is
> stored within the web listener itself, which obviously is not suitable
> when a large number of users need to be added and maintained.
>
> Is there a way of popping up a standard HTP authentication box, and
> then feeding this username and password to a pl/sql procedure which
> can then run a check against a table?
The best way to accomplish the above task is debatable, the way I tackle the above is as follows:
If you are security conscious you may which to do encryption, in the end it basically all amount to the same.
Adios
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Wed Jul 29 1998 - 07:58:10 CDT
![]() |
![]() |