spring-saml assertion from fake idp -
sp metadata generated wantassertionssigned="false" allow process fakes saml response in spring-saml sp.
maybe obvious, i'd experts confirm it.
if create fake idp "non signed metadata" , in relying-party.xml set signassertions="never" encryptassertions="never",
i can send sp assertion want because verifyassertionsignature skipped , check "// make sure @ least 1 assertion contains authentication // statement , subject bearer confirmation " positive.
i have changed default , boolean wantsigned = true; in org.springframework.security.saml.websso.webssoprofileconsumerimpl because cant allow in no way.
thanks in advance
alessandro
setting wantassertionssigned
false
mean incoming messages not require digital signature (equivalent of never/never in shibboleth). agree it's dangerous setting , make meaning more explicit.
Comments
Post a Comment