We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cc5fc commit a89df28Copy full SHA for a89df28
security/custom_authentication_provider.rst
@@ -142,9 +142,9 @@ set an authenticated token in the token storage if successful.
142
$token = new WsseUserToken();
143
$token->setUser($matches[1]);
144
145
- $token->digest = $matches[2];
146
- $token->nonce = $matches[3];
147
- $token->created = $matches[4];
+ $token->digest = $matches[2];
+ $token->nonce = $matches[3];
+ $token->created = $matches[4];
148
149
try {
150
$authToken = $this->authenticationManager->authenticate($token);
0 commit comments