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

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


    from a63d937799 Checking that AccessToken owner matches JWT subject for 
non-admin users
     new 92de7f1b0a SRA: require JWKS URI for OAuth 2.0
     new 157456a947 Upgrading CAS
     new b145d9a740 Parameterize default credentials

The 3 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 | 88 +---------------------
 .../apache/syncope/fit/sra/OAUTH2SRAITCase.java    |  5 --
 .../org/apache/syncope/fit/sra/OIDCSRAITCase.java  | 86 +++++++++++++++++++--
 .../src/test/resources/sra-oauth2.properties       |  2 +-
 pom.xml                                            |  2 +-
 .../org/apache/syncope/sra/SecurityConfig.java     | 17 ++---
 16 files changed, 125 insertions(+), 140 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