-
Bug
-
Resolution: Done
-
Major
-
1.17.2.Final, 1.18.1.Final
-
None
IdentityCredentials.verifyEvidence(evidence, hashCharset) is calling PasswordCredential.verify(evidence,hashCharset) without passing a Supplier<Provider[]>which will use the INSTALLED_PROVIDERS
IdentityCredentials should have a verify(Supplier<Provider[]>, evidence, hashCharset)
- causes
-
ELY-2294 Failures in the WFCORE test-suite with branch 1.x
- Resolved
-
ISPN-13578 Elytron identity verification doesn't use supplied providers
- Closed