Hi all ,
we would like :
a) External users to login to the portal using Siteminder (SM_USER) and
b) internal users to login via the default userid/pwd
We can configure SM_USER access in the authschemes.xml successfully ...
but when we try to add the userid/pwd module as follows ...
<loginModuleName>com.sap.security.core.logon.imp.HeaderVariableLoginModule</loginModuleName>^M
<controlFlag>SUFFICIENT</controlFlag>^M
<options>Header=SM_USER</options>^M
</loginmodule>^M
<loginmodule>^M
<loginModuleName>com.sap.security.core.logon.imp.DefaultLoginModule</loginModuleName>^M
<controlFlag>REQUISITE</controlFlag>^M
<options></options>^M
</loginmodule>^M
<priority>20</priority>^M
<frontendtype>2</frontendtype>^M
^M <frontendtarget>com.sap.portal.runtime.logon.header</frontendtarget>
</authscheme>^M
^M
..the portal will not present the userid/pwd page for non-Siteminder users .
We get the error message
"Cannot logon user defined in header variable! "
SAP say the frontendtarget>com.sap.portal.runtime.logon.header
does not support form data so this will not work .
Has anybody done this successfully ?
Regards
Daniel