Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 855 Bytes

HOWTO Get statistics data from SimpleSAMLphp IdP.md

File metadata and controls

21 lines (14 loc) · 855 Bytes

HOWTO Get statistics data from SimpleSAMLphp IdP

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',
],

Instructions

Follow the steps provided here.

Authors