This HOWTO is applicable for those who have enabled the Authentication Process Filter "statistics:StatisticsWithAttribute" on the Identity Provider.
To determine if your SimpleSAMLphp instance has the required Authentication Process Filter enabled, required by this HOWTO, check your metadata/saml20-idp-hosted.php
and find out the following authproc
:
45 => [
'class' => 'core:StatisticsWithAttribute',
'attributename' => 'realm',
'type' => 'saml20-idp-SSO',
],
Follow the steps provided here.
- Marco Malavolti ([email protected])