KNF:SimpleSAMLphp-idp/en

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen

Installation of SimpleSAMLphp

In order to install SimpleSAMLphp you need to follow the installation guide at either one of these two links:

  1. SimpleSAMLphp Installation and Configuration
  2. SimpleSAMLphp Identity Provider QuickStart

Attetntion: Not until you've completed the steps above you can adept the configuration for Entree Federation as described in the following.

Adapt configuration for Entree Federation

In the file authsources.php you have to configure what kind of userstore you will be using. For example the userstore could be an LDAP, an SQL database, a file or an array. A summary of the options can be found at SimpleSAMLphp Identity Provider QuickStart.

    'demoSAMLIdP' => array(
        'exampleauth:UserPass',
        'gebruiker:demo' => array(
            'uid' => array('username@demoOrgansisation'),
            'eduPersonAffiliation' => array('student'),
            'employeeNumber' => '123456789',
            'mail' => 'email@adress.com',
            'givenName' => 'Firstname',
            'sn' => 'Lastname',
            'nlEduPersonHomeOrganizationId' => 'BRIN',
            'nlEduPersonHomeOrganization' => 'Schoolname'
        ),

Configure userstore in authsources.php

Invoke userstore from metadata/saml20-idp-hosted.php