This is an automated email from the ASF dual-hosted git repository.
massx1 pushed a change to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
from 9c4d8609fd Fixing Neo4j
new 7f71ad7857 Avoid authentication error detail disclosure
new 537c607d4e Make authentication error detail disclosure configurable
new 076bb6dc70 [SYNCOPE-1973] Align FIT expectations with generic
authentication errors
new aa96a05a94 [SYNCOPE-1973] Document authentication error detail
properties
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/spring/security/SecurityProperties.java | 31 ++++++++
.../SyncopeBasicAuthenticationEntryPoint.java | 15 +++-
.../core/spring/security/WebSecurityContext.java | 5 +-
.../SyncopeBasicAuthenticationEntryPointTest.java | 90 +++++++++++++++++++++-
core/starter/src/main/resources/core.properties | 3 +
.../syncope/fit/core/AuthenticationITCase.java | 22 ++++++
.../org/apache/syncope/fit/core/JWTITCase.java | 3 +-
.../syncope/fit/core/MultitenancyITCase.java | 4 +-
src/main/asciidoc/reference-guide/usage/core.adoc | 33 ++++++++
9 files changed, 198 insertions(+), 8 deletions(-)