Skip to Content
0
Former Member
Jun 10, 2005 at 10:32 PM

EP 6 /WAS620 : SM_USER header login and userid/pwd ...how ?

144 Views

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