Skip to content

Commits

Permalink
be3b3c80c2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 22, 2021

  1. Upgrade to postgreSQL and midPoint 4.3.2-SNAPSHOT

    Slavek Licehammer committed Jun 22, 2021
    Copy the full SHA
    be3b3c8 View commit details

Commits on May 13, 2021

  1. Update Grouper connector to 0.7

    This resolves issues with deleted groups (MID-6756, MID-6900).
    mederly authored and Slavek Licehammer committed May 13, 2021
    Copy the full SHA
    4149610 View commit details

Commits on Dec 11, 2020

  1. 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 committed Dec 11, 2020
    Copy the full SHA
    16f6fac View commit details
  2. Applied workaround for MID-6721 bug

    Test were failing because MID-6721 bug. Workaround applied.
    Slavek Licehammer committed Dec 11, 2020
    Copy the full SHA
    cc60354 View commit details

Commits on Dec 9, 2020

  1. Fix demo/shibboleth tests

    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 committed Dec 9, 2020
    Copy the full SHA
    6c13fad View commit details
  2. Fix tests for demo/shibboleth

    Fix tests for internal SAML.
    Add tests for Shibboleth integration.
    Slavek Licehammer committed Dec 9, 2020
    Copy the full SHA
    c3e8ec4 View commit details

Commits on Nov 24, 2020

  1. Update README.md

    khazelton committed Nov 24, 2020
    Copy the full SHA
    2220e5e View commit details

Commits on Nov 19, 2020

  1. 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 committed Nov 19, 2020
    Copy the full SHA
    827d2cf View commit details
  2. Update to midPoint 4.2

    Slavek Licehammer committed Nov 19, 2020
    Copy the full SHA
    38150cc View commit details
  3. Channels update in midPoint configuration in demo/shibboleth

    Slavek Licehammer committed Nov 19, 2020
    Copy the full SHA
    3929d1a View commit details

Commits on Oct 19, 2020

  1. Update Dockerfile

    khazelton committed Oct 19, 2020
    Copy the full SHA
    0a3990f View commit details
  2. Merge pull request #5 from docker/4.2

    4.2
    khazelton committed Oct 19, 2020
    Copy the full SHA
    319b40a View commit details
  3. Update Dockerfile

    khazelton committed Oct 19, 2020
    Copy the full SHA
    64a6506 View commit details
  4. Update to midPoint 4.2-SNAPSHOT

    Slavek Licehammer committed Oct 19, 2020
    Copy the full SHA
    a4b0f8c View commit details

Commits on Aug 26, 2020

  1. Update README.md

    khazelton committed Aug 26, 2020
    Copy the full SHA
    e52afeb View commit details
  2. Update README.md

    khazelton committed Aug 26, 2020
    Copy the full SHA
    6052149 View commit details
  3. Update README.md

    khazelton committed Aug 26, 2020
    Copy the full SHA
    06f42b5 View commit details

Commits on Jul 7, 2020

  1. updated URL for documentation

    khazelton committed Jul 7, 2020
    Copy the full SHA
    36b6cbe View commit details

Commits on May 21, 2020

  1. Reverting the extra column for externals, would make the training mor…

    …e complicated and it seems that we actually don not need it
    ivan committed May 21, 2020
    Copy the full SHA
    eff7307 View commit details

Commits on May 20, 2020

  1. Added configuration (commented) and csv files used in the training

    ivan committed May 20, 2020
    Copy the full SHA
    7250531 View commit details

Commits on Apr 28, 2020

  1. Adapt docker-compose for tests in demo/shibboleth

    (Copied from demo/grouper tests.)
    mederly committed Apr 28, 2020
    Copy the full SHA
    be85033 View commit details
  2. Do minor fixes in demo/grouper objects

    mederly committed Apr 28, 2020
    Copy the full SHA
    8dec61e View commit details
  3. Merge branch 'configuration-flex-auth' into 4.1

    lskublik committed Apr 28, 2020
    Copy the full SHA
    ff684b0 View commit details
  4. Order post-initial-import objects into waves

    (To avoid error messages during first start.)
    mederly committed Apr 28, 2020
    Copy the full SHA
    cc569bf View commit details
  5. upgrade to mP version 4.1

    lskublik committed Apr 28, 2020
    Copy the full SHA
    bc61be2 View commit details
  6. Upgrade the distribution to 4.1

    These changes were not tested yet.
    mederly committed Apr 28, 2020
    Copy the full SHA
    98b0eba View commit details

Commits on Mar 2, 2020

  1. Merge pull request #4 from docker/configuration-flex-auth

    Configuration flex auth
    slavek committed Mar 2, 2020
    Copy the full SHA
    ebac94f View commit details
  2. 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.
    slavek committed Mar 2, 2020
    Copy the full SHA
    284f422 View commit details

Commits on Feb 3, 2020

  1. modifying of DockerFile

    lskublik committed Feb 3, 2020
    Copy the full SHA
    3f06234 View commit details
  2. adding first test for REST authentication by flexible authentication

    lskublik committed Feb 3, 2020
    Copy the full SHA
    36100de View commit details

Commits on Jan 28, 2020

  1. 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.
    mederly committed Jan 28, 2020
    Copy the full SHA
    7128034 View commit details

Commits on Jan 14, 2020

  1. Add forgotten clean-up step in tests

    mederly committed Jan 14, 2020
    Copy the full SHA
    eddc1d3 View commit details
  2. Copy the full SHA
    a362622 View commit details
  3. Clean up tests in demo/grouper

    Tests for REST reconciliation were added. Some obsolete tests were removed.
    mederly committed Jan 14, 2020
    Copy the full SHA
    f35685b View commit details

Commits on Nov 25, 2019

  1. Copy the full SHA
    cf27258 View commit details
Older