Skip to content

Commit 07ab53e

Browse files
authored
doc(auth): Fix additionalAuthentications property (#555)
1 parent f2396ff commit 07ab53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Authentication
22

3-
[Authentication](https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html) definitions are found under the `appSync.authentication` (for the default authentication method) and `appSync.additionalAuthenticationProviders` (as an array) for additional ones
3+
[Authentication](https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html) definitions are found under the `appSync.authentication` (for the default authentication method) and `appSync.additionalAuthentication` (as an array) for additional ones
44

55
## Quick start
66

77
```yaml
88
appSync:
99
authentication:
1010
type: 'API_KEY'
11-
additionalAuthenticationProviders:
11+
additionalAuthentication:
1212
- type: 'AMAZON_COGNITO_USER_POOLS'
1313
config:
1414
userPoolId: '123456789'

0 commit comments

Comments
 (0)