Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Web Application Server
bons001_at_my-dejanews.com wrote:
> > >1. Normal web Form which prompts for username and password.
> > >2. Lookup username and password in password table and verify.
> > >3. Set a cooky with the users ID.
> >
What version of OWS are you using - under version 3 onwards, there is the option of Basic Oracle authentication - which looks like Basic Authentication - but it checks the user/password are valid oracle accounts (optionally have a specified DB role). All this without modifying owa_init.
Although its only as secure as basic authentication - the username/password is practically sent in the clear - base64 encoding is not encrypted.
But definitely easier to manage than basic authentication - you can easily write forms to create users, allow them to modify their passwords, get them reset etc.
Regards,
Chris
Received on Thu Jul 30 1998 - 07:28:28 CDT
![]() |
![]() |