diff --git a/config/simplesamlphp-users.php b/config/simplesamlphp-users.php index b35b8670f2..9094a6c46a 100644 --- a/config/simplesamlphp-users.php +++ b/config/simplesamlphp-users.php @@ -42,6 +42,21 @@ 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname' => 'Hans', 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname' => 'Lippershey', 'http://schemas.microsoft.com/identity/claims/displayname' => 'Hans Lippershey', + ), + /** + * We include one user for local development purposes, with a blog feed, posts, etc. + * NOTE: we don't use this user account/info in tests. It's only there for running + * everything locally. + */ + 'telescope:telescope' => array( + 'uid' => array('2'), + 'eduPersonAffiliation' => array('group2'), + 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress' => 'telescope-developer@example.com', + 'email' => 'telescope-developer@example.com', + 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname' => 'Telescope', + 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname' => 'Developer', + 'http://schemas.microsoft.com/identity/claims/displayname' => 'Telescope Developer', + ), ), ), diff --git a/src/web/test-web-content/index.html b/src/web/test-web-content/index.html index 28b620ec36..0fd2f605e3 100644 --- a/src/web/test-web-content/index.html +++ b/src/web/test-web-content/index.html @@ -23,6 +23,7 @@