KNF:SimpleSAMLphp-idp/en

Uit Kennisnet Developers Documentatie
< KNF:SimpleSAMLphp-idp
Versie door Oostmeijer01 (overleg | bijdragen) op 25 aug 2016 om 14:12 (Nieuwe pagina aangemaakt met '==Installation of SimpleSAMLphp== In order to install SimpleSAMLphp you need to follow the installation guide at either one of these two links: #[http://simplesamlp...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
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. Installatie documentatie SimpleSAMLphp
  2. Quickstart document SimpleSAMLphp

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 de Quickstart van SimpleSAMLphp.

    '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