Facing an issue with isUserPasswordValid() of the Credential Management plugin. Always returning false, even for a valid username and password.

Certified Associate Developer

Hi Everyone,

I am facing an issue with isUserPasswordValid() of the Credential Management plugin. It’s not working for me and is always returning false, even for a valid username and password.

Is it working for anyone else? I am using an Appian Cloud environment.

Please share your inputs.

Thanks!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    it will not work in Appian Cloud. What you are seeing (always returning false) is expected behavior.
    isUserPasswordValid(username, password)
    only works when:Appian stores and manages passwords locally (self-managed/on-prem environments)
    In Appian Cloud:
    Authentication is handled via SSO / Identity Provider (IdP) (example: SAML,Okta)
    Passwords are NOT stored in Appian.
    Appian has no ability to validate a password.

Reply
  • 0
    Certified Lead Developer

    it will not work in Appian Cloud. What you are seeing (always returning false) is expected behavior.
    isUserPasswordValid(username, password)
    only works when:Appian stores and manages passwords locally (self-managed/on-prem environments)
    In Appian Cloud:
    Authentication is handled via SSO / Identity Provider (IdP) (example: SAML,Okta)
    Passwords are NOT stored in Appian.
    Appian has no ability to validate a password.

Children
No Data