cancel
Showing results for 
Search instead for 
Did you mean: 

Login Authentication for HWC Applications

Former Member
0 Kudos

Which type of authentication are always preferrable in HWC applications?How different is one with another and what kind of challenges will be faced with each of them ?

Accepted Solutions (0)

Answers (2)

Answers (2)

tahir_z
Contributor
0 Kudos

It depends on your authentication mechanism of your backend system. If you are using Active directory users as SAP users then you need to implement LDAP authentication. If its not then you may need to implement SSO for authentication.

Regards

Tahir

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

I would say there is nothing like "always". It should depend on business needs.

In prod environment, it is recommended to use "automatic registration" instead of manual. (Here we need to implement LDAP at SUP level) and at start screen you may opt for HTTPAuthenticationLoginModule for authentication at backend level.

You can see other options as well in HWC settings screen.  You may implement the same using Afaria.

Regards,

Jitendra