Skip to content

Commit

Permalink
Merge branch 'master' into feature/SHIBUI-1031
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Dec 12, 2018
2 parents 44e957a + 4f28514 commit 4b56891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class JsonSchemaComponentsConfiguration {
//Configured via @ConfigurationProperties (using setter method) with 'shibui.dynamic-http-metadata-provider-ui-schema-location' property and
// default value set here if that property is not explicitly set in application.properties
@Setter
private String dynamicHttpMetadataResolverUiSchemaLocation = "classpath:nameid-filter.schema.json";
private String dynamicHttpMetadataResolverUiSchemaLocation = "classpath:dynamic-http-metadata-provider.schema.json";

//Configured via @ConfigurationProperties (using setter method) with 'shibui.nameid-filter-ui-schema-location' property and
// default value set here if that property is not explicitly set in application.properties
Expand Down

0 comments on commit 4b56891

Please sign in to comment.