Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
'example-userpass' => array(
    'exampleauth:UserPass',
    'student:studentpass' => array(
        'urn:oid:1.3.6.1.4.1.5923.1.1.1.6' => array('student@example.com'),
        'urn:oid:0.9.2342.19200300.100.1.3' => array('student@mymail.loc'),
    ),
    'teacher:teacherpass' => array(
        'urn:oid:1.2.752.194.10.2.4' => array('2699'),
        'urn:oid:1.3.6.1.4.1.5923.1.1.1.6' => array('teacher@example.com'),
        'urn:oid:0.9.2342.19200300.100.1.3' => array('teacher@mymail.loccom'),
        'urn:oid:2.5.4.42' => array('Teacher'),
        'urn:oid:2.5.4.4' => array('Tester'),
    ),
),

Metadata

Get the metadata describing the IdP. Change the hostnamn. --no-check-certificate is only needed if the HTTPS certificate is self-signed.

...