[midPoint-git] [Evolveum/midpoint] 3f52e7: adding rest tests for oidc auth module with azure ...
Viliam Repan
noreply at github.com
Mon May 29 16:01:28 CEST 2023
Branch: refs/heads/feature/upgrade-process
Home: https://github.com/Evolveum/midpoint
Commit: 3f52e750e8abf5f55415a0b603fba3c581bb3cb0
https://github.com/Evolveum/midpoint/commit/3f52e750e8abf5f55415a0b603fba3c581bb3cb0
Author: lskublik <lskublik at evolveum.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M testing/rest/pom.xml
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestAbstractAuthentication.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestOptionForSkipUpdatingAuthFocusBehavior.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAbstractOidcRestModule.java
A testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAzureOidcRestAuthModule.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestKeycloakOidcRestAuthModule.java
M testing/rest/src/test/resources/authentication/configuration/oidc.properties
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-keystore.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
A testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
A testing/rest/src/test/resources/authentication/repo/user-admin-azure.xml
M testing/rest/testng-authentication.xml
Log Message:
-----------
adding rest tests for oidc auth module with azure as IDP
Commit: 5fe0dff5f668909fd96f2815a8c367f958bb4789
https://github.com/Evolveum/midpoint/commit/5fe0dff5f668909fd96f2815a8c367f958bb4789
Author: lskublik <lskublik at evolveum.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/channel/InvitationAuthenticationChannel.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/MidpointExceptionTranslationFilter.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/configurers/MidpointExceptionHandlingConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/MailNonceFormModuleWebSecurityConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/RemoteModuleWebSecurityConfigurer.java
M model/rest-impl/src/main/java/com/evolveum/midpoint/rest/impl/ModelRestController.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/util/MidPointPostgreSQLDialect.java
M testing/story/pom.xml
M testing/story/src/test/resources/grouper/task-async-update.xml
M testing/story/src/test/resources/grouper/task-group-scavenger.xml
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/mining/ExportMiningOptions.java
M tools/ninja/src/main/resources/messages.properties
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/origin/master'
Commit: 72cf52539020d5bb0cc625f0047e52f38ce4b810
https://github.com/Evolveum/midpoint/commit/72cf52539020d5bb0cc625f0047e52f38ce4b810
Author: Tony Tkacik <tonydamage at gmail.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M dist/midpoint-api/pom.xml
Log Message:
-----------
Fixed midpoint-api project compilation
Signed-off-by: Tony Tkacik <tonydamage at gmail.com>
Commit: 4b3676102417da69d43874e97365e22b34098a78
https://github.com/Evolveum/midpoint/commit/4b3676102417da69d43874e97365e22b34098a78
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/Main.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/DistributionManager.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/UpgradeAction.java
R tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/UpgradeConstants.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/UpgradeOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/UpgradeStepsContext.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/DatabaseSchemaStep.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/DownloadDistributionStep.java
R tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/UpgradeMidpointHomeOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/UpgradeMidpointHomeStep.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/UpgradeObjectsAfterShutdownStep.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/UpgradeObjectsBeforeShutdownStep.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/UpgradePreCheckResult.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/UpgradePrecheckStep.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/VerifyStep.java
R tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/VersionCheckResult.java
R tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/step/VersionCheckStep.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaContext.java
M tools/ninja/src/main/resources/messages.properties
M tools/ninja/src/test/java/com/evolveum/midpoint/ninja/TestMain.java
M tools/ninja/src/test/java/com/evolveum/midpoint/ninja/upgrade/DistributionManagerTest.java
M tools/ninja/src/test/java/com/evolveum/midpoint/ninja/upgrade/UpgradeMidpointHomeStepTest.java
Log Message:
-----------
MID-8842 more implementation added to different upgrade steps, still a long way to go
Commit: 1e456c19fc4930fde9d153a49519cbc9d8efce2b
https://github.com/Evolveum/midpoint/commit/1e456c19fc4930fde9d153a49519cbc9d8efce2b
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M dist/midpoint-api/pom.xml
M testing/rest/pom.xml
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestAbstractAuthentication.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestOptionForSkipUpdatingAuthFocusBehavior.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAbstractOidcRestModule.java
A testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAzureOidcRestAuthModule.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestKeycloakOidcRestAuthModule.java
M testing/rest/src/test/resources/authentication/configuration/oidc.properties
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-keystore.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
A testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
A testing/rest/src/test/resources/authentication/repo/user-admin-azure.xml
M testing/rest/testng-authentication.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/upgrade-process
Compare: https://github.com/Evolveum/midpoint/compare/86bfb7c297c6...1e456c19fc49
More information about the midPoint-svn
mailing list