logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo

Authentication

Overview
Authenticators

Authentication type

Password
SMS

OIDC

Configuration

Examples

Google
Microsoft Entra ID

SAML

Configuration

Examples

Google Workspace
LDAP
CAS
API keys

Development

Extentd authentication type
API

Verification

Overview

Verification type

SMS
TOTP authenticator

Development

Extend verification type
Extend verification scene
Extend SMS provider
API
Two factor authentication (2FA)
Previous PageOverview
Next PageTOTP authenticator

#Verification: SMS

#Introduction

The SMS verification code is a built-in verification type used to generate a one-time dynamic password (OTP) and send it to the user via SMS.

#Adding an SMS Verifier

Navigate to the verification management page.

Add - SMS OTP

#Administrator Configuration

Currently, the supported SMS service providers are:

  • Aliyun SMS
  • Tencent Cloud SMS

When configuring the SMS template in the service provider's admin panel, you need to reserve a parameter for the verification code.

  • Aliyun configuration example: Your verification code is: ${code}

  • Tencent Cloud configuration example: Your verification code is: {1}

Developers can also extend support for other SMS service providers in the form of plugins. See: Extending SMS Service Providers

#User Binding

After adding the verifier, users can bind a phone number in their personal verification management.

Once the binding is successful, identity verification can be performed in any scenario that uses this verifier.

#User Unbinding

Unbinding a phone number requires verification through an existing bound method.