Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 384 Bytes

Office365ADFSProxyAuthenticator

A small PHP class that can authenticate a Office365 user using a ADFS proxy service following O365 SSO recommended guidelines via CURL.

Usage:

$auth = new Office365ADFSProxyAuthenticator();
$authenticated = $auth -> authenticate("[email protected]", "password"); //true or false.

To do:

Expand class with more functions.