Credential repository injection/configuration is not consistent
Basics
Logistics
Basics
Logistics
Description
The credential repository used can be changed by creating your own repository bean. However, the repository the DefaultWebAuthnAuthenticationClient uses is fixed to the default repository. So if you tried to create your own, you’d currently have to create your own client bean as well. I will clean this up.
Environment
None
Activity
Philip SmartJanuary 9, 2025 at 11:44 AM
And also a cleanup of the FIDO Metadata service injection.
Philip SmartJanuary 8, 2025 at 4:18 PM
This also applied to the webAuthnClient injection itself. Both are now fixed.
The credential repository used can be changed by creating your own repository bean. However, the repository the
DefaultWebAuthnAuthenticationClient
uses is fixed to the default repository. So if you tried to create your own, you’d currently have to create your own client bean as well. I will clean this up.