This file contains 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 | |
/* | |
Plugin Name: Simple Shibboleth Authentication | |
Author: Martin Parm | |
Version: 0.0.1 | |
*/ | |
function custom_login(){ | |
$headers = getallheaders(); | |
// TODO: Bail on no SSO-heaers |