Skip to content

Commit

Permalink
Update 2024-02-28-http-basic-authentication-liberty.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux committed Feb 28, 2024
1 parent d277e40 commit 871c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-28-http-basic-authentication-liberty.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Add the necessary Liberty feature(s):

Add a user registry:
```xml
<basicRegistry id="basic" realm="AZ MVD CheckFreePay">
<basicRegistry id="basic" realm="My Application Realm">
<user name="${USER_1}" password="${PASSWORD_1}" />
<user name="${USER_2}" password="${PASSWORD_2}" />
</basicRegistry>
Expand Down

0 comments on commit 871c51b

Please sign in to comment.