0

Trying to setup a SP in shibboleth, when testing against a testIdP, I get this error.

user3761308
  • 744
  • 3
  • 14
  • 30

1 Answers1

0

The answer was to add the attribute "signing" with value "true" to Shibboleth2.xml:

<ApplicationDefaults 
entityID="example.org" 
REMOTE_USER="eppn persistent-id targeted-id"
signing="true">
user3761308
  • 744
  • 3
  • 14
  • 30