keycloak-uncached
Changes
examples/basic-auth/README.md 3(+2 -1)
Details
examples/basic-auth/README.md 3(+2 -1)
diff --git a/examples/basic-auth/README.md b/examples/basic-auth/README.md
index c79becb..35b501f 100644
--- a/examples/basic-auth/README.md
+++ b/examples/basic-auth/README.md
@@ -21,7 +21,8 @@ Step 2: Deploy and run the example
- Open a command window and perform the following command:
curl http://admin:password@localhost:8080/basicauth/service/echo?value=hello
-
+
+(If we navigate directly to http://localhost:8080/basicauth/service/echo?value=hello we get "Invalid parameter: redirect_uri" error due to missing Valid Redirect URI in realm)
This should result in the value 'hello' being returned as a response.
Simply change the username (currently 'admin') or password (currently 'password') in the command to see an "Unauthorized" response.