Skip to content

Commit 2fd9475

Browse files
Kehrlanneleftherias
authored andcommitted
Fix Saml2WebSsoAuthenticationRequestFilter javadoc
Closes gh-10025
1 parent 61284ce commit 2fd9475

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
@@ -62,7 +62,7 @@
6262
*
6363
* <p>
6464
* By default, this {@code Filter} responds to authentication requests at the {@code URI}
65-
* {@code /oauth2/authorization/{registrationId}}. The {@code URI} template variable
65+
* {@code /saml2/authenticate/{registrationId}}. The {@code URI} template variable
6666
* {@code {registrationId}} represents the
6767
* {@link RelyingPartyRegistration#getRegistrationId() registration identifier} of the
6868
* relying party that is used for initiating the authentication request.

0 commit comments

Comments
 (0)