microsoft / microsoft/Power-CAT-Copilot-Studio-Kit
Feature request: Support multiple conditions in Threshold Configurations
@psimolin is already working on this.
Since Jun 12, 2026.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 26m
- Merged PRs (30d)
- 5
Description
Problem statement
Hi folks,
Apologies if this has been raised - I've searched issues in the repo and couldn't find anything.
A condition will often only present a risk if paired with one or more additional conditions. For example, 'No Authentication' may be permissible in the Default environment only, so we would ideally be able to create a Threshold Configuration with the conditions:
cat_enduserauthenticationtype eq 'Integrated'
AND
cat_environmenttype ne 'Default'
Proposed solution
Allow creation of Threshold Configurations with multiple conditions connected by conditional operators (AND and OR).
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.