Created
October 15, 2014 03:07
-
-
Save dangtrinhnt/c81be0ac83a307ed1bae to your computer and use it in GitHub Desktop.
PowerSchool Parent Account SSO settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $ErrorMessage = ""; //leave as blank | |
| $NotificationEmail = ""; //email with details will be sent here if an error occurs | |
| $FromEmail = ""; //from address of the above email | |
| $PowerschoolConnectedString = "Sign Out"; //things are working fine if this string exists in cURL buffer, no need to change | |
| $PowerschoolErrorString = "<title>Error</title>"; //something went wrong if this string exists in cURL buffer, no need to change | |
| $PowerschoolErrorString1 = "<div class=\"feedback-alert\">There was an error processing your sign in request. Please try again. If this problem continues, contact your school directly for assistance.</div>"; | |
| $PowerschoolErrorString2 = "<span class=\"error\">"; | |
| $OracleListener = ""; //listener name defined in tnsnames.ora. For example: your.oracle.server.address:1521/PSPRODDB | |
| $OracleUsername = ""; //factory default powerschool read only ODBC login name, no need to change | |
| $OraclePassword = ""; //this password was defined upon database installation | |
| $PowerschoolDomainName = ""; // No trailing slash | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment