Skip to content

Commit 37e2cc4

Browse files
Kehrlanneleftherias
authored andcommitted
Fix Saml2WebSsoAuthenticationRequestFilter javadoc
Closes gh-10025
1 parent ad45a74 commit 37e2cc4

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/servlet/filter/Saml2WebSsoAuthenticationRequestFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*
6060
* <p>
6161
* By default, this {@code Filter} responds to authentication requests at the {@code URI}
62-
* {@code /oauth2/authorization/{registrationId}}. The {@code URI} template variable
62+
* {@code /saml2/authenticate/{registrationId}}. The {@code URI} template variable
6363
* {@code {registrationId}} represents the
6464
* {@link RelyingPartyRegistration#getRegistrationId() registration identifier} of the
6565
* relying party that is used for initiating the authentication request.

0 commit comments

Comments
 (0)