Skip to content

Commit e2d4291

Browse files
committed
Learn Editor: Update concepts-azure-ad-authentication.md
1 parent 37ca77a commit e2d4291

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/mysql/flexible-server/concepts-azure-ad-authentication.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ Only the administrator based on an Azure AD account can create the first Azure A
6565

6666
Methods of authentication for accessing the flexible server include:
6767
- MySQL authentication only - This is the default option. Only the native MySQL authentication with a MySQL sign-in and password can be used to access the flexible server.
68-
- Only Azure AD authentication - MySQL native authentication is disabled, and users are able to authenticate using only their Azure AD user and token. To enable this mode, the server parameter **aad_auth_only** is set to _enabled_.
69-
- Authentication with MySQL and Azure AD - Both native MySQL authentication and Azure AD authentication are supported. To enable this mode, the server parameter **aad_auth_only** is set to _disabled_.
68+
- Only Azure AD authentication - MySQL native authentication is disabled, and users are able to authenticate using only their Azure AD user and token. To enable this mode, the server parameter **aad_auth_only** is set to _**ON**_.
69+
70+
- Authentication with MySQL and Azure AD - Both native MySQL authentication and Azure AD authentication are supported. To enable this mode, the server parameter **aad_auth_only** is set to _**OFF**_.
7071

7172
## Permissions
7273

@@ -131,3 +132,5 @@ Once you authenticate against the Active Directory, you retrieve a token. This t
131132
## Next steps
132133

133134
- To learn how to configure Azure AD with Azure Database for MySQL, see [Set up Azure Active Directory authentication for Azure Database for MySQL - Flexible Server](how-to-azure-ad.md)
135+
136+

0 commit comments

Comments
 (0)