<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00008j8Ri4SAEOkta Classic EngineSingle Sign-OnAnswered2020-10-30T12:00:07.000Z2020-06-18T11:45:36.000Z2020-06-19T09:30:29.000Z

AnirbanG.94385 (Customer) asked a question.

Getting API error message to specify exact password policy exception

Hi,

Is there specific error codes which can give a reference to the exact violation of a password policy? I have a requirement where I need to show if the user is using any of the last 10 passwords - and I need to show that error message to them explicitly.


  • sandeepk.84743 (Wipro Technologies)

    Here is the Error code.

     

    {

        "errorCode": "E0000014",

        "errorSummary": "Update of credentials failed",

        "errorLink": "E0000014",

        "errorId": "oaesJA2J5xAQUmj5LJfBrmaKg",

        "errorCauses": [

            {

                "errorSummary": "Password has been used too recently"

            }

        ]

    }

     

    I hope it helps.

     

    Expand Post
This question is closed.
Loading
Getting API error message to specify exact password policy exception