Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.3

...

  • INFO: [ERROR] password com.ubisecure.sso.password.reset.OTPServlet: java.lang.IllegalStateException: Invalid response: {"error":"unauthorized_client"} for grant_type=...
    • Depending on the shown grant_type
      • http://globalsign.com/iam/sso/oauth2/grant-type/sms-mt-otp
    • There is no
      • → No Unregistered SMS OTP method allowed to Password Reset application
    INFO: [ERROR] password com.ubisecure.sso.password.reset.OTPServlet: java.lang.IllegalStateException: Invalid response: {"error":"unauthorized_client"} for grant_type=
      • http://globalsign.com/iam/sso/oauth2/grant-type/smtp-otp
    • There is no
      • → No Unregistered SMTP OTP method allowed to Password Reset application
      • Otherwise → The password method contains an invalid value X in the configuration parameter password.reset.grantTypes

User was found but the account is invalid

The user account may not have the required account attribute set, such as mail which should contain the email address in which where the mail email would be sent, or mobile which should contain the mobile number in which where the SMS message would be sent. Check that the attribute is set.

...