Maps a set of domains to a specific auth method.
Domain patterns:
["*"]
["example.com"]
["*.example.com"]
["a.com", "b.com"]
Optional
Domain patterns this auth applies to
The auth method to apply for matching domains
Maps a set of domains to a specific auth method.
Domain patterns:
["*"]→ default/fallback for all domains["example.com"]→ exact match["*.example.com"]→ wildcard subdomains["a.com", "b.com"]→ multiple domains, same auth