Add serialize/deserialize PublicKeyCredentialRequestOptions
support with ObjectMapper
#16433
Labels
PublicKeyCredentialRequestOptions
support with ObjectMapper
#16433
Spring Security should add support for serialize/deserialize
PublicKeyCredentialRequestOptions
withObjectMapper
so it is easier to persist with Spring Session.NOTE:
WebauthnJackson2Module
is used for reading/writing to the HTTP Response which includes untrusted inputs. This means that it cannot enable default-typing otherwise it could create deserialization vulnerabilities.The text was updated successfully, but these errors were encountered: