Hi everyone
I'm trying to make a new layout for the login screen. I think I did all necessary steps but the problem is that when assigning the new authscheme to the iview the logon page is not redirecting to the iview after logging in successfully.
The steps I did:
- copied the com.sap.portal.runtime.logon and renamed (my.logon eg)
- put the libs (which are not extracted automatically) into the lib folder
- changed the layout of the JSP pages
- added an authscheme in the authschemes.xml file (copied from uidpwdlogon and changed the frontent to my.logon)
- restart server
- assigned the new authsehem to my iview
First I thought I might have done something wrong while changing the jsp's but even when I just use the original JSP files the new authscheme (which in fact is identical to the standard one) has the same problem. The logon page stays there and I never get to see my iview. The logon itself seems to work because after I enter my user/pwd and click the login button it shows the same logon page in the language of the portal user.
Maybe this can help: the priority of the authscheme is set to 21, instead of 20 like the default one.
thx in advance!
Hans