Hi
Could Laserrfiche Web access authentication be integrated with Jasig CAS or with (MSADFS) Microsoft Active Directory Federation Services ?
Regards
Hi
Could Laserrfiche Web access authentication be integrated with Jasig CAS or with (MSADFS) Microsoft Active Directory Federation Services ?
Regards
In order to allow for custom authentication methods, Web Access provides the LoginModule. You can write custom code that gets invoked during the login process. You need to be able to return to Web Access a set of credentials that it can use to authenticate to the Laserfiche server.
Hi Brian,
Would this same scenario be possible with the thick client?
Regards
The thick client doesn't have a similar mechanism for injecting code into the login process. Instead, you could build a helper application that uses either CAT or Windows' CreateProcess function to log the client in without requiring the user to enter their credentials. I don't know how this helper application would get the required Laserfiche credentials.