All pages
Powered by GitBook
1 of 2

Loading...

Loading...

MaxScale Authentication

Explore the supported authentication methods in MariaDB MaxScale. Learn how authenticators validate clients and backend servers using plugins like Native, PAM, GSSAPI, etc.

Overview

In MariaDB MaxScale, authenticators perform the following tasks:

  • Authenticating clients that connect to MaxScale

  • Authenticating connections to back-end MariaDB Enterprise Server and MariaDB Xpand nodes

  • Deciding how authentication should be performed

Authenticators Supported by MaxScale

ed25519 Authenticator
GSSAPI Authenticator
Native Authenticator
PAM Authenticator
PARSEC Authenticator

Native Authenticator

Authenticate clients using the default Native Authenticator. This guide explains how MaxScale validates passwords against backend servers using the standard MariaDB authentication plugin.

Overview

MaxScale's Native Authenticator is compatible with MariaDB Enterprise Server and MariaDB Xpand. It authenticates database users with the mysql_native_password .

This page is: Copyright © 2025 MariaDB. All rights reserved.

authentication plugin