Browse Source

Fix AuthnRequestConverter Sample Typos

Closes gh-10364
pull/13603/head
Josh Cummings 4 years ago
parent
commit
bd42939b52
  1. 2
      docs/manual/src/docs/asciidoc/_includes/servlet/saml2/saml2-login.adoc

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

@ -711,7 +711,7 @@ But, if you do need something from the request, then you can use create a custom @@ -711,7 +711,7 @@ But, if you do need something from the request, then you can use create a custom
----
@Component
public class AuthnRequestConverter implements
Converter<MySaml2AuthenticationRequestContext, AuthnRequest> {
Converter<Saml2AuthenticationRequestContext, AuthnRequest> {
private final AuthnRequestBuilder authnRequestBuilder;
private final IssuerBuilder issuerBuilder;

Loading…
Cancel
Save