Skip to content
Concepts

Sign-In Context

The unit of Sign In inside an Organization: what it contains, how it's configured, and how it relates to the rest of the platform.

A Sign-In Context is an instance of the Sign In Service inside an Organization. It is the object you create, configure, and operate. An Organization can have zero, one, or many Sign-In Contexts — typical reasons for more than one are multiple venues or audiences with strong branding differences.

Organization
└── Contexts
├── Sign-In Context ← this page
├── EntryPoint Context
├── Meraki WPN Context
└── Cisco ISE Context

A Context belongs to exactly one Organization.

Set when you create the Context (see Quickstart) and editable afterwards:

PropertyPurpose
Context NameInternal label, shown in the Administration Dashboard and the Self-Service Portal.
SSID NameThe guest SSID. Used in email notifications to guests.
Default RedirectWhere a guest lands after a successful login, unless an Access Policy overrides it.
Service TypeProduction for real deployments, Demo for a simulated environment with mocked data and no real network traffic.
Network IntegrationService Gateway, Meraki, or both. Changeable later under Network Settings.

The Context admin left navigation groups functionality into five sections:

  • Sign In — Dashboard, Network Services, Search, Application Visibility.
  • Captive PortalSign In Modules and Access Policies.
  • Portal Configuration — Look & Feel (branding) and Opening Hours.
  • Administration — Configuration (common settings, Sites, Webhooks, Audit Log), Compliance (Terms and Conditions, retention, user-data export), Administrators, and License.
  • Service Integration — Enabled integrations, Meraki, and Service Gateway.
Sign-In Context left navigation
Context admin sections, shown in the left navigation.

Each Sign-In Context has exactly one Captive Portal. The portal URL is shown as a link at the top of the admin header (visible while you’re inside the Sign-In Context) and opens the live portal in a new tab. Use it to preview changes after editing branding or enabling modules.

The Captive Portal is identified by a subdomain slug derived from the Context. Branding, translations, terms-of-service, and the set of enabled modules are all served to the portal from the backend — Organizations customize without touching code.

  • A Context holds many Sign In Modules. Each module is configured at Context level.
  • Access Policies control which modules are actually offered to a given guest and under what conditions.
  • Events produced by this Context can be delivered via Webhooks.

Next