Skip to content

Commit

Permalink
Merged develop into bugfix/shibui-1699
Browse files Browse the repository at this point in the history
Former-commit-id: bd4ac530e33f5a47b6d44d802ec521edd02d3d4d
  • Loading branch information
chasegawa committed Aug 25, 2022
2 parents b5205ff + 3ab88e4 commit 790e447
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {

@Override
Document generateSingleMetadataConfiguration(edu.internet2.tier.shibboleth.admin.ui.domain.resolvers.MetadataResolver mr) {
if (mr instanceof ExternalMetadataResolver) {
return generateExternalMetadataFilterConfiguration();
}
new StringWriter().withCloseable { writer ->
def xml = new MarkupBuilder(writer)
xml.omitEmptyAttributes = true
Expand Down

0 comments on commit 790e447

Please sign in to comment.