TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Fix searching credentials with multiple filters #362

Closed byewokko closed 5 months ago

byewokko commented 5 months ago

348 broke credentials searching with multiple filters. It is not possible to search by username when the credentials are already being filtered by tenant or role.

This provides a fix.

Issues