Open
Description
Checklist
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
I would like to be able to exclude specific types of clients e.g. only m2m clients rather than all clients. This will help to keep track of changes to core clients such as SPAs more easily and allow me to ignore the noise of user generated machine-to-machine clients.
Sorry if this is already supported - if it is, please tell me how this can be done. Thank you!
Describe the ideal solution
Similar to excluding resources already - something like the following in config.json
:
"AUTH0_EXCLUDED": ["m2m_clients"]
Alternatives and current workarounds
No response
Additional context
No response