cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CDC - Account locked out for incorrect password reset

shubhraneel
Discoverer
0 Kudos
386

How to temporarily lock out an account if incorrect password(current) is entered with newPassword to call accounts.setAccountInfo API? For three incorrect attempts the account will be locked.

View Entire Topic
samuelyang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Shubhraneel,

In this case, you might want to try out the Risk-Based Authentication or RBA feature.

You can find introductory videos on the openSAP Microlearning site.

shubhraneel
Discoverer
0 Kudos

Hi Samuel,

Thanks for your reply.

Yes I tried with RBA but the policy is not working on accounts.setAccountInfo API. While entering wrong current password in this API again and again, instead of locking the account keep getting the same error with "errorDetails": "invalid loginID or password". How can I make it work on password reset activity using accounts.setAccountInfo API.