Add Forward after authentication attempt config support
Fixes gh-3728
This commit is contained in:
committed by
Rob Winch
parent
dbf73c4692
commit
e33e21fe6b
@@ -7626,6 +7626,14 @@ The name of the request parameter which contains the password. Defaults to "pass
|
||||
* **username-parameter**
|
||||
The name of the request parameter which contains the username. Defaults to "username".
|
||||
|
||||
[[nsa-form-login-authentication-success-forward-url]]
|
||||
* **authentication-success-forward-url**
|
||||
Maps a `ForwardAuthenticationSuccessHandler` to `authenticationSuccessHandler` property of `UsernamePasswordAuthenticationFilter`.
|
||||
|
||||
|
||||
[[nsa-form-login-authentication-failure-forward-url]]
|
||||
* **authentication-failure-forward-url**
|
||||
Maps a `ForwardAuthenticationFailureHandler` to `authenticationFailureHandler` property of `UsernamePasswordAuthenticationFilter`.
|
||||
|
||||
[[nsa-http-basic]]
|
||||
==== <http-basic>
|
||||
@@ -7826,6 +7834,16 @@ Reference to an AuthenticationFailureHandler bean which should be used to handle
|
||||
The URL for the login failure page. If no login failure URL is specified, Spring Security will automatically create a failure login URL at /login?login_error and a corresponding filter to render that login failure URL when requested.
|
||||
|
||||
|
||||
[[nsa-openid-login-authentication-success-forward-url]]
|
||||
* **authentication-success-forward-url**
|
||||
Maps a `ForwardAuthenticationSuccessHandler` to `authenticationSuccessHandler` property of `UsernamePasswordAuthenticationFilter`.
|
||||
|
||||
|
||||
[[nsa-openid-login-authentication-failure-forward-url]]
|
||||
* **authentication-failure-forward-url**
|
||||
Maps a `ForwardAuthenticationFailureHandler` to `authenticationFailureHandler` property of `UsernamePasswordAuthenticationFilter`.
|
||||
|
||||
|
||||
[[nsa-openid-login-authentication-success-handler-ref]]
|
||||
* **authentication-success-handler-ref**
|
||||
Reference to an AuthenticationSuccessHandler bean which should be used to handle a successful authentication request. Should not be used in combination with <<nsa-openid-login-default-target-url,default-target-url>> (or <<nsa-openid-login-always-use-default-target, always-use-default-target>>) as the implementation should always deal with navigation to the subsequent destination
|
||||
|
||||
Reference in New Issue
Block a user