Skip to content

Commit

Permalink
docs(auth): Fix Cognito auth doc (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboure authored Feb 18, 2023
1 parent 07ab53e commit aea0657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ appSync:
- `userPoolId`: The user pool id to use.
- `awsRegion`: The region where the user pool is located. Defaults to the stack's region.
- `appIdClientRegex`: An optional regular expression for validating the incoming Amazon Cognito user pool app client ID.
- `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.

### OIDC

Expand Down

0 comments on commit aea0657

Please sign in to comment.