From 842969c1b0ee6d7198111cd576b2a16e3bb6ffa2 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Wed, 3 Apr 2024 17:06:04 +0200 Subject: [PATCH] add new attribute surf-autorisaties --- mujina-idp/src/main/resources/saml-attributes.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mujina-idp/src/main/resources/saml-attributes.json b/mujina-idp/src/main/resources/saml-attributes.json index 8feccb81..89463737 100644 --- a/mujina-idp/src/main/resources/saml-attributes.json +++ b/mujina-idp/src/main/resources/saml-attributes.json @@ -98,6 +98,11 @@ "name": "urn:mace:surf.nl:attribute-def:surf-crm-id", "id": "surf-crm-id", "multiplicity": false + }, + { + "name": "urn:mace:surf.nl:attribute-def:surf-autorisaties", + "id": "surf-autorisaties", + "multiplicity": true }