IdP or SP spits error saying "Unauthenticated requesters"
If you see the above errors, there are a number of conditions that can be at fault on either
IdP or SP side:
- your apache config is correctly identifying the IP and ServerName?/dns of the box
- your idp.xml and shibboleth.xml point to the correct metadata
- there is a correct relying party matching urn:mace:federation.org.au:testbed
This error simply says that either the
IdP or the SP is really confused on who it was talking back to. Hence to see the root of the error, you need to see the log file on the
IdP (set it to DEBUG mode).
to top