/ood_auth_error

(Moved to ondemand repo - see link to issue) OSC OnDemand Open ID Connect Error page

Primary LanguagePHPMIT LicenseMIT

ood_auth_error

OSC OnDemand Open ID Connect CI Logon Error Page

Summary:

  • An ondemand branded custom error page

Install

Requires ood_auth_registration to be installed.

Deploy to the /public location in the ood portal.

Configuration and Branding

Edit the config.php file to change the branding of the error page. A global instance of Config is used in the php that renders these pages.

Code overview

  • error_template.html - collects the error name and description and redirects it to the view
  • error.php - renders the error view
  • config.php - branding

References