Skip to content

Commit

Permalink
Fix AuthnRequestConverter Sample Typos
Browse files Browse the repository at this point in the history
Closes gh-10364
  • Loading branch information
jzheaux committed Nov 18, 2021
1 parent b7a12e1 commit c495ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,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;
Expand Down

0 comments on commit c495ff8

Please sign in to comment.