Fix the documentation mismatch at basic auth

This commit is contained in:
Bruno Oliveira 2016-02-03 15:13:50 -02:00
parent eae52a563c
commit 524c809c82

View file

@ -22,7 +22,7 @@ Step 2: Deploy and run the example
curl http://admin:password@localhost:8080/basicauth/service/echo?value=hello 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. This should result in the value 'hello' being returned as a response.