Merge pull request #1586 from suchabar/bsuchano-branch
My first PR - addition of extra info to Readme file
This commit is contained in:
commit
991b0e8ee2
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ Step 2: Deploy and run the example
|
||||||
- Open a command window and perform the following command:
|
- Open a command window and perform the following command:
|
||||||
|
|
||||||
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).
|
||||||
|
|
||||||
This should result in the value 'hello' being returned as a response.
|
This should result in the value 'hello' being returned as a response.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue