I just set the config.php and the authsources, and I can't access the admin section at
. The error I get is
I don't understand why it should be "of type Saml:SP" to access the admin section. Authsources is pretty much the default file:
<?php
$config = [
'admin' => [
// The default is to use core:AdminPassword, but it can be replaced with
// any authentication source.
'core:AdminPassword',
],
// An authentication source which can authenticate against SAML 2.0 IdPs.
'default-sp' => [
'saml:SP',
'entityID' => 'XXXXXXX',
'idp' => '
https://YYYYYYY',
'discoURL' => null,
'proxymode.passAuthnContextClassRef' => false,
]
Any help would be welcome. I have to update a very old (yet working) SimpleSamlp 1.11 installation and I can't get past the 1st step.