-
Notifications
You must be signed in to change notification settings - Fork 1
Beta Testing an IDP
Baggerone edited this page Jul 21, 2017
·
1 revision
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.