ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
495 stars 343 forks source link

How to implement SAML login? #685

Closed jarrettj closed 5 years ago

jarrettj commented 5 years ago

Hi,

Good day.

How would one bypass the DB authentication and instead use SAML provider? Essentially I would need to create a session for a user as ZfcUser would have done using the DB adapter. Thanks.

Regards. JJ

jarrettj commented 5 years ago

Figured it out reading the source.