cancel
Showing results for 
Search instead for 
Did you mean: 

Send password to backend from UI5 app

sagar17bansal
Participant
0 Kudos
626

Hi Community Members,

I have a requirement where in I have to provide user the functionality of changing his login password in case he forget his previous password through a SAP UI5 application. My concern is here how can I send password to the ECC system securely from my UI5 app using odata. I'm using $Batch to post data in the backend but still the password is available in plain text format in the network tab which can be easily accessed.

I cannot use SSO here as the user has not signed in yet.

Any help would be appreciated.

Thanks & Regards,

Sagar Bansal

Accepted Solutions (0)

Answers (2)

Answers (2)

prashil
Product and Topic Expert
Product and Topic Expert

Hi Sagar,

There is already a built-in functionality for reset password on the Fiori Launchpad, you should try to reuse it.

I would suggest to refer it, as it is not recommended to send password. In an ideal world, all of the credentials should be first hashed.

Thanks

Prashil

sagar17bansal
Participant
0 Kudos

Hi Prashil,

Thank you for your response.

There is no concept of fiori launchpad on my project.This is a custom solution built on SAP Enterprise Portal technology.The reset password functionality is required to reset the password for this portal.

Thanks

Sagar Bansal

saurabh_vakil
Active Contributor
0 Kudos

If you use identity management on your SAP Enterprise Portal, then you can use the self service password reset functionality described here - Self-Service Password Reset. As Prashil has mentioned, there are standard password reset options available so you should use them instead of reinventing the wheel again.

sagar17bansal
Participant
0 Kudos

Hi Saurabh,

Thank you for your response.

I cannot use this functionality because the UI5 app I'm developing has other functionalities too and will be called from multiple places.

The only thing I am looking here is how can I send password to the backend securely.

Thanks & Regards

Sagar Bansal