GluuFederation / fido2

Fido2 server
MIT License
2 stars 4 forks source link

NPE during authentication when attestationType is "none" #45

Open harrdou opened 1 year ago

harrdou commented 1 year ago

NPE is thrown here because there is no implementation of AssertionFormatProcessor for attestation type "none", and so assertionProcessorFactory.getCommandProcessor("none") returns null.