* Youri van den Bogert <
yvdb...@archixl.nl> [2014-02-14 15:58]:
> When the user is not authenticated, the test.php sends a redirection to the
> saml-subdomain, when I select the identity provider (for example: Feide
> OpenId) and 'select/submit' it, the page is being redirect to the same
> page.
>
> Is this a configuration mistake, or am I misunderstanding something?
From what you wrote it seems you're sharing the SimpleSAMLphp instance
configured as your IDP with another host where you expect it to
(magically?) act as an SP? If so I think that cannot work.
Others may have suggestions on reusing a single software install
across other machines but I've never done this. At the very least
they'd all need their own configuration directory.
If in doubt, follow the documenatation and give each IDP and each SP
it's own copy of the software (and configuration).
-peter