Commits
d029b19b0a
Name already in use
Commits on Aug 17, 2021
-
Merge pull request #6 from pspaude/master
Add midpoint_home/lib to start string
Copy the full SHA d029b19View commit details
Commits on Jul 1, 2021
-
Add midpoint_home/lib to loader path
Per the 4.2.x release instructions need several items added to start string if using custom startup scripts. https://docs.evolveum.com/midpoint/release/4.2/
Copy the full SHA 33562ddView commit details
Commits on Dec 11, 2020
-
Temporary disable selected test
Those test works locally but sometimes they are failing in I2 build system. Therefore they are temporary disabled now, until we will find a solution for it.
Slavek Licehammer committedDec 11, 2020 -
Applied workaround for MID-6721 bug
Test were failing because MID-6721 bug. Workaround applied.
Slavek Licehammer committedDec 11, 2020
Commits on Dec 9, 2020
-
Remove SOAP interface tests because SOAP is no longer supported in midpoint 4.2. Fix typo in curl --silent option. Update docker-compose-tests.yml with recent changes from docker-compose.yml file. docker-compose-tests.yml should contain the same configuration as docker-compose.yml, only it minimizes the ports exported to localhost, because it's not necessary for tests.
Slavek Licehammer committedDec 9, 2020 -
Fix tests for internal SAML. Add tests for Shibboleth integration.
Slavek Licehammer committedDec 9, 2020
Commits on Nov 24, 2020
Commits on Nov 19, 2020
-
New SAML2 authN implementation
SAML2 authentication is now using Shibboleth SP by default. SP embeded in midPoint si also available on a different URL.
Slavek Licehammer committedNov 19, 2020 -
Slavek Licehammer committed
Nov 19, 2020 -
Channels update in midPoint configuration in demo/shibboleth
Slavek Licehammer committedNov 19, 2020
Commits on Oct 19, 2020
-
-
-
Update to midPoint 4.2-SNAPSHOT
Slavek Licehammer committedOct 19, 2020
Commits on Aug 26, 2020
Commits on Jul 7, 2020
Commits on May 21, 2020
-
Reverting the extra column for externals, would make the training mor…
…e complicated and it seems that we actually don not need it
Commits on May 20, 2020
Commits on Apr 28, 2020
-
Adapt docker-compose for tests in demo/shibboleth
(Copied from demo/grouper tests.)
-
-
Merge branch 'configuration-flex-auth' into 4.1
lskublik committedApr 28, 2020 -
Order post-initial-import objects into waves
(To avoid error messages during first start.)
-
lskublik committed
Apr 28, 2020
Commits on Mar 2, 2020
-
Merge pull request #4 from docker/configuration-flex-auth
Configuration flex auth
-
Add superuser role to banderson user (#3)
User banderson is used in the shibboleth authentication demo. For that, he needs to have a role in midPoint to be able to access the midPoint GUI. Superuser role was chosen because the shibboleth authentication replaces the internal authentication with default administrator account.
Commits on Feb 3, 2020
-
lskublik committed
Feb 3, 2020 -
adding first test for REST authentication by flexible authentication
lskublik committedFeb 3, 2020
Commits on Jan 28, 2020
-
Add support for async group rename
This requires midPoint 4.1-M2 that has been uploaded today. Also fixing the name of user recomputation task.
Commits on Jan 14, 2020
-
-
Clean up tests in demo/grouper
Tests for REST reconciliation were added. Some obsolete tests were removed.