* Jason Haar <
Jason...@trimble.com> [2015-07-29 06:56]:
> On 27/07/15 21:14, Peter Schober wrote:
> > Any application that consists of more than a handful of simple PHP
> > files will need some integration work
>
> ...or if you can find a way of making vtiger "outsource" authentication
> to apache (normally called a "Basic auth" plugin or the like), then you
> can simply use mod_auth_mellon to "do" the SAML bits and just put the
> entire application behind that. I've done this with mediawiki - works
> great :-)
ACK. There are different approaches and many different applications,
or even ways to use the same application: E.g. most MediaWikis I
SAMLified needed to be accessible for anonymous/unauthenticated
reading and only required authentication for write access.
While it's certainly possible to combine that with SAML
implementations that work in the web server (no doubt my preferred
way, using the Shibboleth SP, as this keeps the application and
middleware/SAML code seperate, making changed APIs on either side a
non-issue) that will often need integration work, too.
E.g. for MediaWiki there's the "Shibboleth" extension (which should be
usable with mod_mellon just fine) integrating web server-provided
attributes with the MediaWiki subject API, so keep the application's
full functionality.
Seems others asked about this for vtiger, too, with no reply in 9 years:
https://discussions.vtiger.com/index.php?p=/discussion/5728/authenticate-to-vtiger-with-http-basic-authentication/p1
-peter