Skip to content

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

Notifications You must be signed in to change notification settings

RednasN/Office365ADFSProxyAuthenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages