File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/symfony/src/Resources/config Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 61
61
62
62
$ service ->set (CurrentUserEntityGuesser::class);
63
63
$ service ->set (RequestBodyUserEntityGuesser::class);
64
- $ service ->set (WebauthnBadgeListener::class);
64
+ $ service ->set (WebauthnBadgeListener::class)
65
+ ->arg ('$userProvider ' , service ('security.user_providers ' ))
66
+ ;
65
67
};
Original file line number Diff line number Diff line change @@ -167,8 +167,10 @@ security:
167
167
providers :
168
168
default :
169
169
id : ' Webauthn\Tests\Bundle\Functional\UserProvider'
170
+ users_in_memory : { memory: null }
170
171
firewalls :
171
172
main :
173
+ provider : default
172
174
custom_authenticator : ' Webauthn\Tests\Bundle\Functional\WebauthnAuthenticator'
173
175
webauthn :
174
176
failure_handler : ' Webauthn\Tests\Bundle\Functional\FailureHandler'
You can’t perform that action at this time.
0 commit comments