Skip to main content

Use groups to add multiple email conditions in SSO rules

  • November 25, 2025
  • 0 replies
  • 23 views

If you're routing authentication using SSO audience rules and need to apply multiple email-based conditions, this workaround ensures it works as expected.

 

Normally, when you add multiple email conditions directly in the SSO audience, they’re treated with “AND” logic. That means a user would need to match all the conditions to be included, so your intended users might be excluded by mistake.

 

Instead, you can work around this by using groups:

  1. Create a group for each email condition (e.g., one for @domain1.com, one for @domain2.com)
  2. Add those groups to the audience in your SSO settings
  3. Groups are evaluated using “OR” logic, so any user matching any of the group conditions will be routed correctly.

 

As a reference, you can learn how to create a group here: Create a group