cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Auth Scheme to authenticate against ABAP backend

Former Member
0 Kudos

I know we can configure the UME to use an ABAP backend as the user store upon initial login to portal.

However, I am wondering if we can set up a scenario in the authschemes.xml for a set of Iviews in the portal to use the ABAP authentication.

Is there a login module already built for ABAP authentication?

I would like to go to the Iview properties and choose an authentication scheme that requires the user to authenticate to an abap backend for those Iviews.

Or perhaps we would have to develop a custom login module that calls an RFC/BAPI using JCO (i.e. BAPI: SUSR_CHECK_LOGON_DATA) ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved on own