NoValidation
Cloud Agnostic
Open Source
Allows any authenticated client to join any tenant audience without validation. For single-tenant deployments or development only — do not use in multi-tenant production environments.
Source code: Notiway.Plugins.Portable.TenantValidation.NoValidation
Compatibility
| Compatible with | All Buffer, Broker, Storage, Auth, and Host plugins |
| Product | Notiway Notify |
Installation
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
Infra__Plugins__TenantValidation__Name | Yes | — | Set to NoValidation |
Infra__Plugins__TenantValidation__Version | Yes | — | Plugin version (e.g., 0.9.0) |
Infrastructure
No infrastructure setup required.
Docker Compose
docker-compose.yml
services:
notiway:
image: notiway/notify:portable-0.5.0
ports:
- "5000:8080"
environment:
- Infra__Plugins__TenantValidation__Name=NoValidation
- Infra__Plugins__TenantValidation__Version=0.9.0Do not use NoValidation in multi-tenant production environments. This plugin skips all tenant membership checks, meaning any authenticated user can subscribe to notifications for any tenant. It is intended for single-tenant deployments or local development. For multi-tenant production use, choose the Claims or Http plugin.