浏览代码

Fix Saml2WebSsoAuthenticationRequestFilter javadoc

Daniel Garnier-Moiroux 4 年之前
父节点
当前提交
298068503b

+ 1 - 1
saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/servlet/filter/Saml2WebSsoAuthenticationRequestFilter.java

@@ -62,7 +62,7 @@ import org.springframework.web.util.UriUtils;
  *
  * <p>
  * By default, this {@code Filter} responds to authentication requests at the {@code URI}
- * {@code /oauth2/authorization/{registrationId}}. The {@code URI} template variable
+ * {@code /saml2/authenticate/{registrationId}}. The {@code URI} template variable
  * {@code {registrationId}} represents the
  * {@link RelyingPartyRegistration#getRegistrationId() registration identifier} of the
  * relying party that is used for initiating the authentication request.