mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Fix AuthnRequestConverter Sample Typos
Closes gh-10364
This commit is contained in:
parent
ef23337f90
commit
bd42939b52
@ -711,7 +711,7 @@ But, if you do need something from the request, then you can use create a custom
|
|||||||
----
|
----
|
||||||
@Component
|
@Component
|
||||||
public class AuthnRequestConverter implements
|
public class AuthnRequestConverter implements
|
||||||
Converter<MySaml2AuthenticationRequestContext, AuthnRequest> {
|
Converter<Saml2AuthenticationRequestContext, AuthnRequest> {
|
||||||
|
|
||||||
private final AuthnRequestBuilder authnRequestBuilder;
|
private final AuthnRequestBuilder authnRequestBuilder;
|
||||||
private final IssuerBuilder issuerBuilder;
|
private final IssuerBuilder issuerBuilder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user