You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
SAMLProcessingFilter, like any other filters extending AbstractAuthenticationProcessingFilter, should respect what has been setted with setAuthenticationDetailsSource.
The value in this.authenticationDetailsSource is completely ignored by this filter.
Furthermore, SAMLAuthenticationProvider drops the authenticationDetails information provided within the Authentication argument in the authenticate method, setting the details of the returned Authentication object with userDetails variable value, but this value is already retrievable by calling getPrincipal on the returned Authentication.
The text was updated successfully, but these errors were encountered:
dellekappa
pushed a commit
to dellekappa/spring-security-saml
that referenced
this issue
Nov 15, 2019
SAMLProcessingFilter
, like any other filters extendingAbstractAuthenticationProcessingFilter
, should respect what has been setted withsetAuthenticationDetailsSource
.The value in this.authenticationDetailsSource is completely ignored by this filter.
Furthermore,
SAMLAuthenticationProvider
drops the authenticationDetails information provided within theAuthentication
argument in theauthenticate
method, setting the details of the returnedAuthentication
object withuserDetails
variable value, but this value is already retrievable by callinggetPrincipal
on the returnedAuthentication
.The text was updated successfully, but these errors were encountered: