Set up SSO for your team

Connect eWebinar to your identity provider using OpenID Connect so employees can authenticate via SSO when registering for gated webinars.

eWebinar's SSO integration uses OpenID Connect (OIDC) — not SAML. It lets you gate webinars so only authenticated employees or partners can register. Once set up at the team level, you can enable the Require SSO at registration option on individual webinars.

Your identity provider must support OpenID Connect. This includes Okta, Azure Active Directory, Google Workspace, Auth0, and most modern enterprise IdPs.

What you'll need from your IT team

  • OpenID issuer URL — the base URL of your OpenID provider (e.g. https://yourcompany.okta.com). eWebinar auto-discovers the configuration via the /.well-known/openid-configuration endpoint.
  • Client ID — the identifier your IdP assigned to the eWebinar application.
  • Client secret — the secret used to verify token requests.
  • Login redirect URL — provided by eWebinar; you give this to your IT team so they can create the application. It will look like https://app.ewebinar.com/v1/integrations/sso/callback.

Setup steps

  1. Ask IT to create an OpenID application for eWebinar in your identity provider.
  2. Give IT the Login redirect URL displayed in eWebinar's SSO settings (under Integrations → SSO in your team settings). They need this to configure the callback in the IdP.
  3. Collect the credentials — OpenID issuer URL, Client ID, and Client secret — and paste them into eWebinar.
  4. (Optional) Restrict to one domain — if your IdP authenticates users from multiple domains and you only want one, enter it in the Restrict accounts to only one domain field.
  5. Click Connect and sign in with a valid employee account to verify the integration works.

After setup

Once SSO is configured, you can enable it on a per-webinar basis. See Require SSO at registration for the full per-webinar setup.

Do not share your Client secret with anyone outside your IT department. eWebinar will never ask you for credentials directly.