From 524c809c82d33159efdda5cccf15b2c3407ffa40 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 3 Feb 2016 15:13:50 -0200 Subject: [PATCH] Fix the documentation mismatch at basic auth --- examples/basic-auth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic-auth/README.md b/examples/basic-auth/README.md index d750e460ee..be96c59824 100644 --- a/examples/basic-auth/README.md +++ b/examples/basic-auth/README.md @@ -21,8 +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). + +(If we navigate directly to http://localhost:8080/basicauth/service/echo?value=hello, we get "Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client."). This should result in the value 'hello' being returned as a response.