Skip to content

Commit

Permalink
Added saml attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 17, 2019
1 parent 9c7e8df commit 7966233
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mujina-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mujina-idp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 12 additions & 0 deletions mujina-idp/src/main/resources/saml-attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,17 @@
"name": "urn:mace:dir:attribute-def:preferredLanguage",
"id": "preferredLanguage",
"multiplicity": false
},
{
"name": "urn:mace:surf.nl:attribute-def:eckid",
"id": "eckid",
"multiplicity": false
},
{
"name": "urn:mace:surf.nl:attribute-def:surf-crm-id",
"id": "surf-crm-id",
"multiplicity": false
}


]
2 changes: 1 addition & 1 deletion mujina-sp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 7966233

Please sign in to comment.