Skip to content

Commit

Permalink
Merge pull request #90 from OpenConext/feature/add-unknown-attribute
Browse files Browse the repository at this point in the history
Add a completely unknown attribute in the example namespace (RFC6963)…
  • Loading branch information
oharsta authored Jun 7, 2024
2 parents d2e0640 + 9a11801 commit c78860c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mujina-idp/src/main/resources/saml-attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
"name": "urn:mace:surf.nl:attribute-def:surf-autorisaties",
"id": "surf-autorisaties",
"multiplicity": true
},
{
"name": "urn:example:unknown-attribute",
"id": "unknown-attribute",
"multiplicity": true
}


]

0 comments on commit c78860c

Please sign in to comment.