Hi all,
I have been trying to create multiple logon screens to the same portal.
Copying and modifying com.sap.portal.runtime.logon.par.bak isn't a problem.
Changing authschemes.xml isn't either.
The problem is that I can only use 1 logon screen at the same time. The 'default' authscheme logon screen is always used for logons.
My atttempt: I have made an iview and portal component that use a different authscheme. Then I use an url that directly points to that iview. But this still gives me the 'default' logon screen.
If I give a higher priority to the other authscheme, I still have to login with the 'default' login, but the iview itself has been replaced by the other login screen
I am assuming that the 'default' authscheme is still used by other parts of the page I call with that url.
I'd appreciate some fresh ideas.
Steven