I have a web app that uses BASIC authentication.
What I want is for the standard web app login box to be used,
but then I want to use a custom database table to verify the username password.
How do I do this in weblogic 8.1.
Printable View
I have a web app that uses BASIC authentication.
What I want is for the standard web app login box to be used,
but then I want to use a custom database table to verify the username password.
How do I do this in weblogic 8.1.
"beaglebuddy" <jwennerstrom@blackboard.com> wrote in message
news:3f4394e9$1@newsgroups.bea.com...[color=blue]
>
> I have a web app that uses BASIC authentication.
> What I want is for the standard web app login box to be used,
> but then I want to use a custom database table to verify the username[/color]
password.[color=blue]
> How do I do this in weblogic 8.1.[/color]
On dev2dev, there is a sample dbms authentication provider that you can use
as a starting point
for a custom provider. You then configure this authentication provider in
WLS and authentication
will be handled by your provider.