Announcement

Collapse
No announcement yet.

CAS Authentication

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CAS Authentication

    Hi EspoCRM community,

    Currently I am investigating the use of EspoCRM within our organisation.

    I'm looking for some guidance about the most appropriate way to extend EspoCRM to support CAS authentication.

    The normal flow for CAS authentication can be seen here: https://apereo.github.io/cas/5.2.x/p...-Protocol.html

    From what I have seen, I potentially have two options for implementing CAS:
    1. I can attempt to create a new Auth Middleware that uses the PHP CAS module (https://github.com/apereo/phpCAS) to establish a session.
    2. I could customize the current middleware to accept an $authUsername from a different HTTP header that is not base64 encoded and use the mod_auth_cas (https://github.com/apereo/mod_auth_cas) apache module to handle the authentication.
    What would be the best way for me to attempt this customisation?

    Regards,
    Nick


  • #2
    Hello,
    here is the main logic of authentication
    EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.


    You can add own class in application/Espo/Core/Utils/Authentication and add this class name to the data/config.php

    Comment

    Working...
    X