Skip to content

Commit

Permalink
docs: resolve list in main docs
Browse files Browse the repository at this point in the history
Closes #602
  • Loading branch information
aeneasr authored Dec 5, 2020
1 parent 335189f commit 1c2241c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configure-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ service echoes incoming HTTP Requests and is perfect for seeing how ORY
Oathkeeper works. Let's define three rules:

1. An access rule that allowing anonymous access to
`https://httpbin.org/anything/cookie` and using the `cookie` mutator.
`https://httpbin.org/anything/header` and using the `header` mutator.
2. An access rule denying every access to `https://httpbin.org/anything/deny`.
If the request header has `Accept: application/json`, we will receive a JSON
response. If however the accept header has `Accept: text/*`, a HTTP Redirect
will be sent (to `https://www.ory.sh/docs` as configured above).
3. An access rule allowing anonymous access to
`https://httpbin.org/anything/id_token` and using the `id_token` mutator.
`https://httpbin.org/anything/id_token` using the `id_token` mutator.

```shell
$ cat << EOF > rules.json
Expand Down

0 comments on commit 1c2241c

Please sign in to comment.