Explicitly add note to the docs that admin user needs to be created be created before using admin REST API (#19246)

closes #19145


Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
This commit is contained in:
Marek Posolda 2023-03-22 21:19:09 +01:00 committed by GitHub
parent e77c084135
commit 74429e8855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ You can obtain a token by enabling authentication for your application using {pr
==== Authenticating with a username and password ==== Authenticating with a username and password
NOTE: The following example assumes that you created the user `admin` with the password `password` in the `master` realm as shown in the link:{gettingstarted_link}[{gettingstarted_name}] tutorial.
.Procedure .Procedure
. Obtain an access token for the user in the realm `master` with username `admin` and password `password`: . Obtain an access token for the user in the realm `master` with username `admin` and password `password`: