Skip to content

Commit fb2b0a7

Browse files
1993heqiangjzheaux
authored andcommitted
Fix typo
1 parent 0d4e3f9 commit fb2b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/authentication/OpenSamlAuthenticationRequestResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class OpenSamlAuthenticationRequestResolver {
9292
XMLObjectProviderRegistry registry = ConfigurationService.get(XMLObjectProviderRegistry.class);
9393
this.marshaller = (AuthnRequestMarshaller) registry.getMarshallerFactory()
9494
.getMarshaller(AuthnRequest.DEFAULT_ELEMENT_NAME);
95-
Assert.notNull(this.marshaller, "logoutRequestMarshaller must be configured in OpenSAML");
95+
Assert.notNull(this.marshaller, "authnRequestMarshaller must be configured in OpenSAML");
9696
this.authnRequestBuilder = (AuthnRequestBuilder) XMLObjectProviderRegistrySupport.getBuilderFactory()
9797
.getBuilder(AuthnRequest.DEFAULT_ELEMENT_NAME);
9898
Assert.notNull(this.authnRequestBuilder, "authnRequestBuilder must be configured in OpenSAML");

0 commit comments

Comments
 (0)