From 74429e885517ae79f2ed28e238761db386e08384 Mon Sep 17 00:00:00 2001 From: Marek Posolda Date: Wed, 22 Mar 2023 21:19:09 +0100 Subject: [PATCH] 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> --- .../documentation/server_development/topics/admin-rest-api.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/server_development/topics/admin-rest-api.adoc b/docs/documentation/server_development/topics/admin-rest-api.adoc index b398219aa9..5c5066b6b7 100644 --- a/docs/documentation/server_development/topics/admin-rest-api.adoc +++ b/docs/documentation/server_development/topics/admin-rest-api.adoc @@ -10,6 +10,8 @@ You can obtain a token by enabling authentication for your application using {pr ==== 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 . Obtain an access token for the user in the realm `master` with username `admin` and password `password`: