You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I would like to provide my own implementations for PublicKeyCredentialRequestOptionsRepository.
Current Behavior
Currently, there is no option to change the credentialRequestOptionsFilter and webAuthnAuthnFilterrequestOptionsRepository. While this provides a default implementation, it lacks the flexibility to easily inject a custom PublicKeyCredentialRequestOptionsRepository for specific application needs.
Context
I'm trying to integrate WebAuthn into a Spring Security application and require a custom PublicKeyCredentialRequestOptionsRepository. The current configuration forces me to either accept the defaults or do workarounds. #16369
Workarounds:
Manually retrieve the credentialRequestOptionsFilter and webAuthnAuthnFilter from the SecurityFilterChain to set the RequestOptionsRepository.
Expected Behavior
As a developer, I would like to provide my own implementations for
PublicKeyCredentialRequestOptionsRepository
.Current Behavior
Currently, there is no option to change the
credentialRequestOptionsFilter
andwebAuthnAuthnFilter
requestOptionsRepository
. While this provides a default implementation, it lacks the flexibility to easily inject a customPublicKeyCredentialRequestOptionsRepository
for specific application needs.Context
I'm trying to integrate WebAuthn into a Spring Security application and require a custom
PublicKeyCredentialRequestOptionsRepository
. The current configuration forces me to either accept the defaults or do workarounds.#16369
Workarounds:
credentialRequestOptionsFilter
andwebAuthnAuthnFilter
from theSecurityFilterChain
to set theRequestOptionsRepository
.The text was updated successfully, but these errors were encountered: