Skip to content

Commit

Permalink
[nojira]
Browse files Browse the repository at this point in the history
temp for for whitelist filter
  • Loading branch information
jj committed Oct 16, 2018
1 parent 6d2ba5f commit fca2c7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {
'xmlns:md': 'urn:oasis:names:tc:SAML:2.0:metadata'
) {
filter.retainedRoles.each {
markupBuilderDelegate.RetainedRole(it)
// TODO: fix
markupBuilderDelegate.RetainedRole(it.startsWith('md:') ?: "md:${it}")
}
}
}
Expand Down

0 comments on commit fca2c7b

Please sign in to comment.