Skip to content

Commit

Permalink
Add SAML / OIDC mapping for the attribute urn:mace:surf.nl:attribute-…
Browse files Browse the repository at this point in the history
…def:surf-autorisaties
  • Loading branch information
quartje committed Jun 4, 2024
1 parent 83c31bc commit c923a72
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 @@ -109,5 +109,10 @@
"saml": "urn:schac:attribute-def:schacDateOfBirth",
"oidc": "date_of_birth",
"multiValue": false
},
{
"saml": "urn:mace:surf.nl:attribute-def:surf-autorisaties",
"oidc": "surf-autorisaties",
"multiValue": true
}
]

0 comments on commit c923a72

Please sign in to comment.