[midPoint-git] [Evolveum/midpoint] 221f6e: fix for createing thumbprint for oidc signing key

Viliam Repan noreply at github.com
Fri May 19 21:10:02 CEST 2023


  Branch: refs/heads/feature/shadow-metadata
  Home:   https://github.com/Evolveum/midpoint
  Commit: 221f6ec303957ab62bccb2d8bf970848d96aa9ad
      https://github.com/Evolveum/midpoint/commit/221f6ec303957ab62bccb2d8bf970848d96aa9ad
  Author: lskublik <lskublik at evolveum.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/OidcAdditionalConfiguration.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/OidcClientModuleWebSecurityConfiguration.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/provider/OidcClientProvider.java

  Log Message:
  -----------
  fix for createing thumbprint for oidc signing key


  Commit: aed7f0b8517e6ca75869ed7ae1845b8fbad3795d
      https://github.com/Evolveum/midpoint/commit/aed7f0b8517e6ca75869ed7ae1845b8fbad3795d
  Author: lskublik <lskublik at evolveum.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageAttributeVerification.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageAuthenticationBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageFocusIdentification.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/SecurityPolicyUtil.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/factory/module/AbstractCredentialModuleFactory.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/ModuleWebSecurityConfigurationImpl.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/util/AuthSequenceUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/SecurityHelper.java

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/origin/master'


  Commit: 9e9958201dafd6fcc7fa637f7e106bd0b02db5d7
      https://github.com/Evolveum/midpoint/commit/9e9958201dafd6fcc7fa637f7e106bd0b02db5d7
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M testing/rest/src/test/resources/authentication/repo/security-policy-default.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-disabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-enabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-symmetric-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-symmetric-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-unsuccessful.xml
    M testing/rest/src/test/resources/repo/security-policy-no-history.xml
    M testing/rest/src/test/resources/repo/security-policy.xml

  Log Message:
  -----------
  AbstractAuthenticationModuleType.name fix in the tests


  Commit: 4c11c564dffed47586f4ebaa9f0ee1ff2547e8eb
      https://github.com/Evolveum/midpoint/commit/4c11c564dffed47586f4ebaa9f0ee1ff2547e8eb
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/OidcAdditionalConfiguration.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/OidcClientModuleWebSecurityConfiguration.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/provider/OidcClientProvider.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


  Commit: da77ef62073f2505c751a1c4f9848947af50613d
      https://github.com/Evolveum/midpoint/commit/da77ef62073f2505c751a1c4f9848947af50613d
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/OidcAdditionalConfiguration.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/OidcClientModuleWebSecurityConfiguration.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/provider/OidcClientProvider.java
    M testing/rest/src/test/resources/authentication/repo/security-policy-default.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-disabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-enabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-symmetric-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-symmetric-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-unsuccessful.xml
    M testing/rest/src/test/resources/repo/security-policy-no-history.xml
    M testing/rest/src/test/resources/repo/security-policy.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into feature/shadow-metadata


Compare: https://github.com/Evolveum/midpoint/compare/713c0e131910...da77ef62073f


More information about the midPoint-svn mailing list