Cubu Docs
Technical Guide
Technical Guide
  • Welcome to Cubu's Technical Guide!
  • White Papers
    • Data Protection
    • Sign On and Authentication
  • Advanced Configuration
    • Configuring Video Meetings
      • ⚒️Using Microsoft Teams for Video Meetings
      • ⚒️Using Zoom for Online Meetings
    • Calendar Integration
      • ⚒️Configuring Microsoft Office 365 Calendar Integration
      • ⚒️Configuring Google Workspace Calendar Integration
    • Configuring Single Sign On (SSO)
      • ⚒️Configuring SSO with Azure AD
      • ⚒️Configuring SSO with Okta
      • ⚒️Configuring SSO with Auth0
    • Configuring Chatbots
      • Configure Chatbot using WhatsApp
  • Webhooks
    • Webhooks Configuration
    • Developing Webhooks
      • Dev Tools
      • HMAC Validation (ASP.NET Core)
    • Webhooks Reference
      • Organization Webhooks
        • 🪝Webhook: Send SMS
      • Data Table Webhooks
        • 🪝Webhook: Query
        • 🪝Webhook: Find
        • 🪝Webhook: Fetch
      • Service Webhooks
        • 🪝After Book Appointment
        • 🪝After Check In
        • 🪝After Close
        • 🪝Before Book Appointment
        • 🪝Before Check In
        • 🪝Before Queue-Up
        • 🪝Before Resolve
        • 🪝After Queue-up
        • 🪝After Resolve
        • 🪝After Start Work
      • Kiosk Webhooks
        • 🪝Before Query Appointments
  • Server to Server (S2S) API
    • Server to Server (S2S) API
Powered by GitBook
On this page
  • Security Features
  • Session timeout
  • Password Policy
  • Password History
  • Brute-force Protection
  • Enforce Password Change
  • CAPTCHA
  • Multi-factor Authentication
  • Single Sign On (SSO)
  1. White Papers

Sign On and Authentication

PreviousData ProtectionNextConfiguring Video Meetings

Last updated 1 year ago

Cubu is using to manage user identities. Auth0 is an adaptable authentication and authorization platform.

Security Features

Session timeout

  • Users are required to re-enter their password after 3 days of inactivity.

  • Users must re-enter their password after 7 days, regardless of their activity.

Password Policy

  • Must have 8 characters

  • Lowercase, uppercase, and numbers

  • Special character (!@#$%^&*)

Password History

This option disallows users from setting passwords that repeat passwords they've used in the recent past.

Cubu keeps the user’s last 5 passwords.

Brute-force Protection

The user account is locked after 10 consecutive failed login attempts.

Enforce Password Change

Cubu does not enforce periodic password changes.

CAPTCHA

The login/sign-in forms are protected with a bot-prevention CAPTCHA system.

Multi-factor Authentication

Multi-factor authentication is not supported.

Single Sign On (SSO)

Single sign-on is supported for OIDC, using Microsoft Azure AD, Auth0, and Okta.

Auth0
Configuring Single Sign On (SSO)