'http://localhost:8087/grouper', 'title' => 'Login to Grouper', 'logo' => 'grouper.png' ), array( 'url' => 'http://localhost/rap-ia2/', 'title' => 'Account Management', 'logo' => 'account-manager.png' ) ]; $DATABASE = array( 'dbtype' => 'MySQL', 'hostname' => 'localhost', 'port' => 3306, 'username' => 'rap', 'password' => '***REMOVED***', 'dbname' => 'rap' ); $AUTHENTICATION_METHODS = array( 'eduGAIN' => array(), 'Google' => array( 'id' => "***REMOVED***.apps.googleusercontent.com", 'secret' => "***REMOVED***", 'callback' => $BASE_PATH . "/auth/oauth2/google_token.php"), 'Facebook' => array( 'id' => "***REMOVED***", 'secret' => "***REMOVED***", 'version' => "v2.2", 'callback' => $BASE_PATH . "/auth/oauth2/facebook_token.php"), 'LinkedIn' => array( 'id' => '***REMOVED***', 'secret' => '***REMOVED***', 'callback' => $BASE_PATH . '/auth/oauth2/linkedin_token.php' ), 'X.509' => array(), 'DirectIdP' => array( 'url' => 'https://sso.ia2.inaf.it/Shibboleth.sso/Login?entityID=https://sso.ia2.inaf.it/idp/shibboleth&target=https://sso.ia2.inaf.it/rap-ia2/auth/saml2/aai.php', 'logo' => 'img/ia2-logo-60x60.png', 'logo_alt' => 'IA2 logo', 'description' => 'Use the IA2 Logo to Login if you have an account provided by IA2 or self registered' ) ); $GROUPER = array( 'wsURL' => 'http://localhost:8087/grouper-ws/', 'user' => 'GrouperSystem', 'password' => '***REMOVED***' ); /*$GROUPER = array( 'wsURL' => 'https://sso.ia2.inaf.it/grouper-ws/', 'user' => 'GrouperSystem', 'password' => '***REMOVED***321' );*/