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:
parent
e77c084135
commit
74429e8855
1 changed files with 2 additions and 0 deletions
|
@ -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`:
|
||||||
|
|
Loading…
Reference in a new issue