This issue affects remember-me SSO for JIRA and Confluence integrated with Crowd.
/rest/usermanagement/1/session?validate-password=false
The error message given is:
"The validated object is null"
This issue affects remember-me SSO for JIRA and Confluence integrated with Crowd.
/rest/usermanagement/1/session?validate-password=false
The error message given is:
"The validated object is null"
It is fixed, but with some side note:
Using the RestClowdClient, I need to use a deprecated constructor or a dummy password to make the validation work. Specifying 'null' here causes a NullPointerException:
new UserAuthenticationContext(user, new PasswordCredential(), vfactor, accountName);