Apache does have a cache module that tries to address this. I've never used it, and I don't even know if it is available for the IBM version of apache.
https://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html
On Thu, 2020-01-30 at 15:45 -0700, Nathan Andelin wrote:
On Thu, Jan 30, 2020 at 11:10 AM Justin Taylor <
<mailto:JUSTIN@xxxxxxxxxxxxx>
JUSTIN@xxxxxxxxxxxxx
wrote:
I'm hoping for more specifics. Ideally, I'd like a lead I can research,
prototype and implement.
You can license our web portal. Another alternative that I can think of may
be based on OA. Vendors generally implement a JavaScript application that
is functionally comparable to a 5250 emulator. That client communicates
with an OA server that is generally implemented within a persistent CGI
process. I suspect those servers only authenticate once (at the server's
entry point), then rely on the persistent connection after that.
I'm not aware of any other options on any platform, IBM i or otherwise. I
think the common practice is to check the credentials of the user and check
user authority for every resource requested, because the interfaces are
stateless. Developers either rely on an HTTP server for that. Or they add a
call within every application to a routine that authenticates the user and
checks their authority.
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.