JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
470 stars 73 forks source link

fix(config-api): LDAP issues wrt to ORM wildcard filters #9641

Open pujavs opened 1 month ago

pujavs commented 1 month ago

Describe the bug Getting error on LDAP for search when the serach pattern is empty. The same filters were working earlier

To Reproduce Steps to reproduce the behavior:

  1. Execute custom script search curl -k -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization:Bearer 0bf6d1bd-b71e-4848-9ccb-bb265a0e9d6a" -X GET https://pujavs-sincere-lioness.gluu.info/jans-config-api/api/v1/config/scripts
  2. See error

Log File: 2024_10_01.jetty.log

Expected behavior A clear and concise description of what you expected to happen. Should return all the custom script

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

pujavs commented 1 month ago

@yurem has there been any change to LDAP in setup or for ORM filters as this was working earlier and no change

manojs1978 commented 1 month ago

below is the error in jans when launching TUI

image @pujavs @yurem