Skip to content

Commit ed42dc4

Browse files
jesperronnmarcusdacoregio
authored andcommitted
chore: typo, removed extra "s" in word implementationss
1 parent 2fa1bbc commit ed42dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To achieve this, any interfaces or classes where Spring Security uses OpenSAML i
151151
This makes it possible for you to switch out OpenSAML for some other library or an unsupported version of OpenSAML.
152152

153153
As a natural outcome of these two goals, Spring Security's SAML API is quite small relative to other modules.
154-
Instead, such classes as `OpenSamlAuthenticationRequestFactory` and `OpenSamlAuthenticationProvider` expose `Converter` implementationss that customize various steps in the authentication process.
154+
Instead, such classes as `OpenSamlAuthenticationRequestFactory` and `OpenSamlAuthenticationProvider` expose `Converter` implementations that customize various steps in the authentication process.
155155

156156
For example, once your application receives a `SAMLResponse` and delegates to `Saml2WebSsoAuthenticationFilter`, the filter delegates to `OpenSamlAuthenticationProvider`:
157157

0 commit comments

Comments
 (0)