Dear All,
i have a problem with authschemes, that should be used for kerberos- and basic-authentication.
As Kerberos works fine, basic authentication do not forward the log in page to the portal content ( basic auth is called by the url: https://<portaldomain>/irj/portal?login_submit=true&j_authscheme=new_basic ). After userID and password has been sent and i'm logged but the user is not forwarded to the content pages..
Here comes the part of the customized auth.xml:
<authscheme name="new_basic">
<authentication-template>
new_basic
</authentication-template>
<priority>20</priority>
<frontendtype>2</frontendtype>
<frontendtarget>com.sap.portal.runtime.logon.basicauthentication</frontendtarget>
</authscheme>
In new_basic template i've added BasicPasswordLoginModul
Do you know what could be the reason and what i have to fix?
Thanks for help!
Regards,
Karol