Versions Compared

Key

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

...

You can do this by adding the following lines to the saml20-sp-remote.php (replace the bitbucket-test.2improveit.eu with your server url)

Note
Because the session duration of the plugin is default to 2 hours, you also need to adapt this in your IdP or configure the MaxAuthentication Age : Setting the MaxAuthenticationAge
/var/simplesamlphp/config/config.php
  /*
     * This value is the duration of the session in seconds. Make sure that the time duration of
     * cookies both at the SP and the IdP exceeds this duration.
     */
    'session.duration' => 2 * (60 * 60), // 8 hours -> 2 hours.



/var/simplesamlphp/metadata/saml20-sp-remote.php

...