Login Authentication for ABAP Netweaver and Hybris Enterprise Commerce Platform

ABAP Netweaver

In my blog Learn more detail about Standard logon procedure .

 

Hybris ECP

The login interface of Hybris Administration Console:

After clicking the login button,

 

An HTTP Post request was observed: j_spring_security_check

 

This request is defined in a form action, and there are two fields for storing the username and password entered by the user to log in:

 

This HTTP post request can also be observed in the tomcat log:

 

There is a configuration file spring-security-config.xml in the config subfolder of the hac folder:

 
 

It defines the use of class de.hybris.platform.spring.security.CoreAuthenticationProvider for authentication:

 
 

 

To get more original technical articles from Jerry, please follow the public account "Wang Zixi" or scan the QR code below:

 
 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326072229&siteId=291194637