Skip to content

Commit

Permalink
update integration tests for google and amazon provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji-JBC committed Nov 3, 2024
1 parent 24fd60f commit 11780be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"AttributeMapping": {
"given_name": "name",
"email": "email",
"userId": "user_id"
"userId": "custom:user_id"
},
"ProviderDetails": {
"client_id": "amzn-client-id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"email": "email",
"email_verified": "email_verified",
"gender": "gender",
"names": "names"
"names": "custom:names"
},
"ProviderDetails": {
"client_id": "google-client-id",
Expand Down

0 comments on commit 11780be

Please sign in to comment.