1
0
mirror of synced 2026-08-06 10:18:52 +00:00

Fix AuthnRequestConverter Sample Typos

Closes gh-10364
This commit is contained in:
Josh Cummings
2021-11-18 13:37:45 -07:00
parent b7a12e1b80
commit c495ff8759
@@ -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;