Skip to content

Commit c495ff8

Browse files
committed
Fix AuthnRequestConverter Sample Typos
Closes gh-10364
1 parent b7a12e1 commit c495ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/saml2/saml2-login.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ But, if you do need something from the request, then you can use create a custom
739739
----
740740
@Component
741741
public class AuthnRequestConverter implements
742-
Converter<MySaml2AuthenticationRequestContext, AuthnRequest> {
742+
Converter<Saml2AuthenticationRequestContext, AuthnRequest> {
743743
744744
private final AuthnRequestBuilder authnRequestBuilder;
745745
private final IssuerBuilder issuerBuilder;

0 commit comments

Comments
 (0)