Skip to content

Commit

Permalink
Merge pull request #25 from OpenConext/feature/date_of_birth
Browse files Browse the repository at this point in the history
Update saml_mapping to add date_of_birth
  • Loading branch information
oharsta authored May 29, 2024
2 parents 6f69f72 + 9209ba2 commit 0d60729
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/oidc/saml_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,10 @@
"saml": "urn:mace:surf.nl:attribute-def:surf-crm-id",
"oidc": "surf-crm-id",
"multiValue": false
},
{
"saml": "urn:schac:attribute-def:schacDateOfBirth",
"oidc": "date_of_birth",
"multiValue": false
}
]

0 comments on commit 0d60729

Please sign in to comment.