Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to quickly verify the Shibboleth integration feature of the standard midPoint container we have provided a sample Shibboleth composition in demo/shibboleth directory. It contains a Shibboleth IdP container (idp) and an LDAP directory container (directory). They are to be started independently on midPoint.

Here we show how:

...

Starting Shibboleth containers

Code Block
languagebash
$ cd demo/shibboleth
$ docker-compose up

...

Starting midPoint containers

Code Block
languagebash
$ cd midpoint
$ env AUTHENTICATION=shibboleth docker-compose up

...

Logging in

Use https://localhost:8443/midpoint URL as before. This time you will be redirected to Shibboleth login screen where you enter username of administrator and a password of password.

...