[ 'saml:SP', 'entityID' => 'http://localhost:1080/simplesaml/sp', 'idp' => 'http://localhost:1080/simplesaml/idp', ], // This is used by the identity provider to authenticate users 'example-userpass' => [ 'exampleauth:UserPass', 'users' => [ 'user:user' => [ 'uid' => ['user'], 'group' => ['users'], 'cn' => '/home/pvv/d/user', 'mail' => 'user+test@pvv.ntnu.no', ], 'admin:admin' => [ 'uid' => ['admin'], 'group' => ['admins'], 'cn' => '/home/pvv/d/admin', 'mail' => 'admin+test@pvv.ntnu.no', ], ], ], // This is also used by the identity provider to authenticate IDP admins // See http://localhost:1080/simplesaml/admin/ 'admin' => [ 'core:AdminPassword', ], ];