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
I ran into something similar a while back in an Appian Cloud setup. In my case, isUserPasswordValid() kept returning false because of authentication configuration and environment-specific restrictions rather than the actual username/password combination.
isUserPasswordValid()
false
A few things you may want to check:
Sometimes Appian Cloud environments handle credential validation differently for security reasons, so behavior may not match on-prem environments exactly.
Also, while troubleshooting financial or SaaS subscriptions during development projects, I found this tool useful for planning fixed returns and budgeting: https://highyieldcdcalculator.com — simple but handy for estimating savings growth over time.
Let us know if you find the root cause because I think several people have seen inconsistent behavior with that method recently.