Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/astr…
Browse files Browse the repository at this point in the history
…o-breadcrumb

# Conflicts:
#	astro/src/content/docs/lifecycle/authenticate-users/single-sign-on.mdx
  • Loading branch information
Aaron-Ritter committed Jul 13, 2024
2 parents 2f6833a + aad0132 commit ca5b101
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 394 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function reconcile(user, registration, jwt, id_token, tokens) {
}
```

This lambda must contain a function named `reconcile` that takes at least three parameters, a fourth parameter is optional. The parameters that the lambda is passed are:
This lambda must contain a function named `reconcile` that takes at least three parameters, the fourth and fifth parameters are optional. The parameters that the lambda is passed are:

<ReconcileLambdaUserRegistrationParameters />
* `jwt` - the JSON payload returned from the OpenID Connect UserInfo endpoint. This is read-only.
Expand Down
Loading

0 comments on commit ca5b101

Please sign in to comment.