Authenticate ADFS using cakephp 3.x

I am looking for the plugin which can do ADFS authentication instead of default cakephp authentication. Can anyone give me simple example or plugin in which I can extend the code according to the my requirements.

Thanks in advance

@rutuls https://book.cakephp.org/3.0/en/controllers/components/authentication.html#creating-custom-authentication-objects

Thanks for your response. But, I want to do AD FS Active Directory Federation Services - MSDN - Microsoft authentication using cakephp so is there any plugin available for that ?

As far as I know there isn’t. So you will have to write an authenticator for it yourself.

did you try this plugin?