Fix Saml2WebSsoAuthenticationRequestFilter javadoc
Closes gh-10025
This commit is contained in:
parent
61284ce22d
commit
2fd94752c9
|
@ -62,7 +62,7 @@ import org.springframework.web.util.UriUtils;
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* By default, this {@code Filter} responds to authentication requests at the {@code URI}
|
* 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
|
* {@code {registrationId}} represents the
|
||||||
* {@link RelyingPartyRegistration#getRegistrationId() registration identifier} of the
|
* {@link RelyingPartyRegistration#getRegistrationId() registration identifier} of the
|
||||||
* relying party that is used for initiating the authentication request.
|
* relying party that is used for initiating the authentication request.
|
||||||
|
|
Loading…
Reference in New Issue