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 PageConfiguration
Next PageMicrosoft Entra ID

#Sign in with Google

https://developers.google.com/identity/openid-connect/openid-connect

#Get Google OAuth 2.0 Credentials

Google Cloud Console - Create Credentials - OAuth Client ID

Go to the configuration interface and fill in the authorized redirect URL. The redirect URL can be obtained when adding an authenticator in Nocobase, usually it's http(s)://host:port/api/oidc:redirect. See the User Manual - Configuration section.

#Add a new Authenticator on NocoBase

Plugin Settings - User Authentication - Add - OIDC

Refer to the parameters introduced in User Manual - Configuration to complete the authenticator configuration.