Add Forward after authentication attempt config support
Fixes gh-3728
This commit is contained in:
committed by
Rob Winch
parent
dbf73c4692
commit
e33e21fe6b
@@ -438,6 +438,12 @@ form-login.attlist &=
|
||||
form-login.attlist &=
|
||||
## Reference to an AuthenticationDetailsSource which will be used by the authentication filter
|
||||
attribute authentication-details-source-ref {xsd:token}?
|
||||
form-login.attlist &=
|
||||
## The URL for the ForwardAuthenticationFailureHandler
|
||||
attribute authentication-failure-forward-url {xsd:token}?
|
||||
form-login.attlist &=
|
||||
## The URL for the ForwardAuthenticationSuccessHandler
|
||||
attribute authentication-success-forward-url {xsd:token}?
|
||||
|
||||
|
||||
openid-login =
|
||||
|
||||
@@ -1465,6 +1465,18 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="authentication-failure-forward-url" type="xs:token">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The URL for the ForwardAuthenticationFailureHandler
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="authentication-success-forward-url" type="xs:token">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The URL for the ForwardAuthenticationSuccessHandler
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
</xs:attributeGroup>
|
||||
|
||||
<xs:element name="attribute-exchange">
|
||||
|
||||
Reference in New Issue
Block a user