Skip to content

Commit bd42939

Browse files
committed
Fix AuthnRequestConverter Sample Typos
Closes gh-10364
1 parent ef23337 commit bd42939

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
@@ -711,7 +711,7 @@ But, if you do need something from the request, then you can use create a custom
711711
----
712712
@Component
713713
public class AuthnRequestConverter implements
714-
Converter<MySaml2AuthenticationRequestContext, AuthnRequest> {
714+
Converter<Saml2AuthenticationRequestContext, AuthnRequest> {
715715
716716
private final AuthnRequestBuilder authnRequestBuilder;
717717
private final IssuerBuilder issuerBuilder;

0 commit comments

Comments
 (0)