Skip to content

Commit

Permalink
Merged in nojira (pull request #262)
Browse files Browse the repository at this point in the history
Fix location of dynamic http metadata resolver JSON schema
  • Loading branch information
dima767 authored and Jonathan Johnson committed Dec 12, 2018
2 parents 0260d59 + afce3a8 commit 4f28514
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 4f28514

Please sign in to comment.