Skip to content

Commit

Permalink
Add user docs for enable-default-deny-strict (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 committed Jul 13, 2022
1 parent a51352d commit 339fbae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/user-guide.md
Expand Up @@ -177,8 +177,10 @@ role is present the permission is granted.

`--enable-default-deny` - option blocks all requests without valid token on all basic HTTP methods,
(DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE). **WARNING:** There are no additional requirements on
the token, it isn't checked for some claims or roles, groups etc..., so if you would like to block all requests,
even with valid token you should use direct resource specification e.g. as example in whitelisting section.
the token, it isn't checked for some claims or roles, groups etc...

`--enable-default-deny-strict` (recommended) - option blocks all requests (including valid token) unless
specific path with requirements specified in resources

## OpenID Provider Communication

Expand Down

0 comments on commit 339fbae

Please sign in to comment.