Skip to content

Commit aea0657

Browse files
authored
docs(auth): Fix Cognito auth doc (#557)
1 parent 07ab53e commit aea0657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/authentication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ appSync:
5858
- `userPoolId`: The user pool id to use.
5959
- `awsRegion`: The region where the user pool is located. Defaults to the stack's region.
6060
- `appIdClientRegex`: An optional regular expression for validating the incoming Amazon Cognito user pool app client ID.
61+
- `defaultAction`: `ALLOW` or `DENY`. The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn't match the Amazon Cognito user pool configuration. When specifying Amazon Cognito user pools as the default authentication, you must set this value to `ALLOW` if specifying additionalAuthentications. Default: `ALLOW`. This field is only available for the default `authorization` configuration.
6162

6263
### OIDC
6364

0 commit comments

Comments
 (0)