PlsqlAuthenticationMode
access through this DAD.
Category
Value
Syntax
PlsqlAuthenticationMode
Basic/SingleSignOn/GlobalOwa/CustomOwa/PerPackageOwa
Default
Basic
Example
PlsqlAuthenticationMode Basic
Notes:
Most customer applications use Basic Authentication. Custom Authentication
I
modes (GlobalOwa, CustomOwa, PerPackageOwa) are used by very few
PL/SQL applications. The SingleSignOn mode is supported only for Oracle
Application Server releases, and is used by Oracle Application Server Portal
and Oracle Application Server Single Sign-On.
If the DAD is not using the Basic authentication, then you must include a
I
valid username/password in the DAD configuration. For the Basic mode, if
you wish to perform dynamic authentication, the DAD username/password
parameters must be omitted.
In older versions of the product, this configuration parameter was derived from
I
a combination of enablesso and custom_auth.
enablesso = Yes translates to PlsqlAuthenticationMode
I
SingleSignOn
custom_auth = Global translates to PlsqlAuthenticationMode
I
GlobalOwa
custom_auth = Custom translates to PlsqlAuthenticationMode
I
CustomOwa
custom_auth = PerPackage translates to
I
PlsqlAuthenticationMode PerPackageOwa
All other combinations translate to Basic.
"Securing Application Database Access through mod_
See Also:
plsql" chapter in the Oracle HTTP Server mod_plsql User's Guide for
more information regarding different authentication modes.
Specifies the authentication mode to use for allow
Oracle HTTP Server Modules 7-29
mod_plsql
Need help?
Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?