Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for any operator on passwordCredentials #2325

Open
santisq opened this issue Feb 12, 2025 · 0 comments
Open

Add support for any operator on passwordCredentials #2325

santisq opened this issue Feb 12, 2025 · 0 comments

Comments

@santisq
Copy link

santisq commented Feb 12, 2025

I'm not sure if this is the correct repo to ask, if not please let me know which one and I'll transfer this request there.

The request is to ask for any operator support on passwordCredentials collection on the applications endpoint, so that a query like this is possible:

GET v1.0/applications?$filter=passwordCredentials/any(e: e/endDateTime ge ....)&$count=true
ConsistencyLevel: eventual

This is particularly useful to quickly identify applications with long expiring secrets. Currently the workaround is filtering client side, however that can be particularly slow on Tenants having hundred of thousand of apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant