Beta Testing an IDP - silinternational/ssp-base GitHub Wiki

When registering a new IDP to the Hub, it's possible to begin using it in beta testing mode.

To do this, in the IDP's idp-remote.php entry, add/modify the following entries ...

  'enabled' => false,
  'betaEnabled' => true,

Any user who uses the Hub after going to the url https://hub.ourorg.org/module.php/sildisco/betatest.php will then see the IDP as enabled on the discovery page. (This is done by means of a session cookie.)

All other users will see the IDP as disabled.