Skip to content

Commit

Permalink
add enabledFromMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Oct 14, 2024
1 parent d099ebd commit aee1e57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@ private void assertSamlConfigAutoUpdated(Map<String, String> config, boolean has
"idpEntityId",
"hideOnLoginPage",
"autoUpdate",
"enabledFromMetadata",
"metadataDescriptorUrl").collect(Collectors.toSet());
assertThat(config.keySet(), containsInAnyOrder(fields.toArray()));
assertThat(config, hasEntry("validateSignature", "true"));
Expand Down

0 comments on commit aee1e57

Please sign in to comment.