Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:silinternational/personnel-sync …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
briskt committed Sep 6, 2024
2 parents ca7c951 + 9aa625f commit 35c74c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lambda-example/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
},
"AttributeMap": [
{
"SourceName": "First_Name",
"DestinationName": "givenName",
"Source": "First_Name",
"Destination": "givenName",
"required": true
},
{
"SourceName": "Last_Name",
"DestinationName": "sn",
"Source": "Last_Name",
"Destination": "sn",
"required": true
},
{
"SourceName": "Email",
"DestinationName": "mail",
"Source": "Email",
"Destination": "mail",
"required": true
}
],
Expand Down

0 comments on commit 35c74c3

Please sign in to comment.