Skip to content

Instantly share code, notes, and snippets.

@dangtrinhnt
Created October 15, 2014 03:07
Show Gist options
  • Select an option

  • Save dangtrinhnt/c81be0ac83a307ed1bae to your computer and use it in GitHub Desktop.

Select an option

Save dangtrinhnt/c81be0ac83a307ed1bae to your computer and use it in GitHub Desktop.
PowerSchool Parent Account SSO settings
<?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