Skip to content

Commit

Permalink
graph_url is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 16, 2023
1 parent 5c2e914 commit 676d0b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manage-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>manage</artifactId>
<version>7.2.8</version>
<version>7.2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion manage-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>manage</artifactId>
<version>7.2.8</version>
<version>7.2.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private void validate(MetaData newMetaData) {
String provisioningType = (String) metaDataFields.get("provisioning_type");
Map.of(
"scim", List.of("scim_url", "scim_user", "scim_password"),
"graph", List.of("graph_url", "graph_client_id", "graph_secret", "graph_tenant"),
"graph", List.of("graph_client_id", "graph_secret", "graph_tenant"),
"eva", List.of("eva_url", "eva_token")
).forEach((type, required) -> {
if (type.equals(provisioningType)) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openconext</groupId>
<artifactId>manage</artifactId>
<version>7.2.8</version>
<version>7.2.9-SNAPSHOT</version>
<packaging>pom</packaging>

<name>manage</name>
Expand Down

0 comments on commit 676d0b6

Please sign in to comment.