Hello,
We are encountering a critical regression issue with user registration functionality after upgrading the authentication plugin from LDAP v1.1.0 to LDAP v1.3.0.
The core problem prevents new users from accessing the account creation workflow, resulting in a blank page display during the initial login attempt.
Observed Behavior:
- The XNAT portal loads successfully.
- A new user attempts registration by inputting valid credentials (username/password) and submitting the login form.
- Instead of being redirected to the "New XNAT Account" selection screen and subsequent required fields, the XNAT GUI displays a persistent blank page.
Validation Steps:
- Replication Test: When the LDAP plugin is reverted to v1.1.0, new user registrations proceed without issue.
- Scope: This failure is reproducible on all test accounts using the current environment configuration.
We suspect an incompatibility or change in the v1.3.0 plugin that disrupts the post-authentication workflow required for initial account provisioning. Could you please investigate this behavior? Please let us know what additional logs (e.g., server logs, browser console output) you require to diagnose this issue.
Here is a sanitized version of our ldap properties file:
name=LDAP
provider.id=ldap1
auth.method=ldap
address=ldaps://
ldaps.contoso.com:636userdn=CN=my_acct,DC=contoso,DC=com
password=my_password
search.base=DC=contoso,DC=com
search.filter=(&(samaccountname={0})(memberof=CN=MY_OU,DC=contoso,DC=com))
visible=true
Thank you for your prompt attention to this matter.