Skip to content

Commit 3ea60c0

Browse files
committed
Fixing syntax error
1 parent 88e4779 commit 3ea60c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ set an authenticated token in the security context if successful.
165165
}
166166
}
167167
168-
This listener checks the request for the expected ``X-WSSE` header, matches
168+
This listener checks the request for the expected ``X-WSSE`` header, matches
169169
the value returned for the expected WSSE information, creates a token using
170170
that information, and passes the token on to the authentication manager. If
171171
the proper information is not provided, or the authentication manager throws

0 commit comments

Comments
 (0)