* Sakhi Hadebe <
sokh...@gmail.com> [2014-03-12 16:05]:
> Yes I know how to enable the module. My problem is setting it up. For
> instance if I want to use the discovery service to select the IDP, from the
> SP how do I point to the DS, and from the DS side, is there a configuration
> file that I can setup to display my IDP.
The IDP doesn't factor into it. You either install the SAMLDS on a
seperate host (seperate from both IDP and SP) or, more commonly, on
the SP, so you don't have to send subjects to a different server.
Using discopower seems to be undocumented, but it's as simple as
setting 'discoURL' within your 'saml:SP' in your authsources.php to
https://your.example.org/path/to/simplesamlphp/module.php/discopower/disco.php
Replacing the hostname and the URL path up to module.php.
-peter