goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.64k stars 911 forks source link

Other filters for attribute values #10867

Open boesr opened 3 months ago

boesr commented 3 months ago

Is your feature request related to a problem? Please describe. It would be nice to have additional filters for attribute values like '<', '>' e.g. for integer or date values.

Describe the solution you'd like Pass a string containing a comparism like `my_attribute > 0' via the api and return corresponding results.

Describe alternatives you've considered Get each user and compare the attribute.

Additional context /

BeryJu commented 1 month ago

see #7698