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: a30e38e5d258a4de2759d534e03bc98d6f55eb2d
  • Loading branch information
chasegawa committed Aug 25, 2022
2 parents 8b28b1e + 3ab88e4 commit c79ab76
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 c79ab76

Please sign in to comment.