This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


    from 0230660921 Checking that AccessToken owner matches JWT subject for 
non-admin users
     new f8a80c6d7e SRA: require JWKS URI for OAuth 2.0
     new baae60187a Parameterize default credentials

The 2 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:
 .../markup/html/bootstrap/dialog/BaseModal.java    |  2 +-
 .../persistence/jpa/PersistenceTestContext.java    |  3 +-
 .../persistence/neo4j/PersistenceTestContext.java  |  3 +-
 core/spring/pom.xml                                |  4 +-
 .../spring/security/DefaultCredentialChecker.java  | 27 ++++---
 .../core/spring/security/SecurityContext.java      |  2 +-
 .../META-INF/default-credentials.properties        |  8 +-
 .../core/spring/SpringTestConfiguration.java       |  2 +-
 .../core/spring/security/DefaultEncryptorTest.java |  3 +-
 .../org/apache/syncope/fit/AbstractITCase.java     | 11 ++-
 .../apache/syncope/fit/sra/AbstractOIDCITCase.java | 87 +--------------------
 .../apache/syncope/fit/sra/OAUTH2SRAITCase.java    |  5 --
 .../org/apache/syncope/fit/sra/OIDCSRAITCase.java  | 91 +++++++++++++++++++++-
 .../src/test/resources/sra-oauth2.properties       |  2 +-
 .../org/apache/syncope/sra/SecurityConfig.java     | 17 ++--
 15 files changed, 131 insertions(+), 136 deletions(-)
 copy 
client/am/console/src/main/resources/org/apache/syncope/client/console/authprofiles/AuthProfileItemDirectoryPanel.properties
 => core/spring/src/main/resources/META-INF/default-credentials.properties (85%)

Reply via email to