From a9daf574697313e68b6af5a2b20c7fbc03f39e1d Mon Sep 17 00:00:00 2001 From: Henri Pietila Date: Tue, 12 Nov 2019 13:47:24 -0800 Subject: [PATCH] docs(typo): behaviour (#1581) --- app/enterprise/1.3-x/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/enterprise/1.3-x/auth.md b/app/enterprise/1.3-x/auth.md index f190620128e8..9734759792b2 100644 --- a/app/enterprise/1.3-x/auth.md +++ b/app/enterprise/1.3-x/auth.md @@ -195,7 +195,7 @@ multiple authentication credentials. The key to the behaviour is the `config.ano authentication fails, it will not return a `40x` response, but set the anonymous consumer as the consumer. This results in a logical `OR` + 'anonymous access' when multiple auth plugins are being invoked. -**NOTE 1**: Either all or none of the auth plugins must be configured for anonymous access. The behaviour is +**NOTE 1**: Either all or none of the auth plugins must be configured for anonymous access. The behavior is undefined if they are mixed. **NOTE 2**: When using the `AND` method, the last plugin executed will be the one setting the credentials