on 2020 Jul 02 11:25 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.