GluuFederation / flex

Janssen + AdminUI + Casa
22 stars 13 forks source link

bug(admin-ui): RDBMS based flex unable to search schema #1645

Open mzico opened 3 months ago

mzico commented 3 months ago

Have a flex with pgsql backend. After installation, go to Schema > Person Search for some attribute ( i.e. password ). Searching should show Password as result but it's not showing anything. We need to manually browse that Password attribute. This is running okay in LDAP based installation.

Flex version: 5.1.0 in Ubuntu 22.

duttarnab commented 3 months ago

Hi @pujavs @mzico

I am using postgres database. I was able to search Password but not password. So it seems it is case sensitive. I think it should be case insensitive.

API called: https://admin-ui-test.gluu.org/jans-config-api/api/v1/attributes?limit=10&pattern=Password

image

image

pujavs commented 3 months ago

Fixed via PR 8233