mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
KEYCLOAK-15173: Fix bug in SAML11EvidenceType.remove()
This commit is contained in:
parent
9c847ab176
commit
b392084297
@ -59,7 +59,7 @@ public class SAML11EvidenceType {
|
||||
}
|
||||
|
||||
public boolean remove(SAML11AssertionType assertion) {
|
||||
return this.assertions.remove(assertionIDReference);
|
||||
return this.assertions.remove(assertion);
|
||||
}
|
||||
|
||||
public List<SAML11AssertionType> getAssertions() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user