Posts:
Replies:
Please describe your use case. What you ask for is not possible, however perhaps there are other solutions
What is the authentication method for this web-application? I would suggest to you to have delegated authentication (ZAUTHENTICATE), get the Cookie there and inspect it
For example, in the sample here ZAUTHENTICATE checks OAuth2 token. You can check Cookie there
Adjust also GetCredentials accordingly
Open Exchange applications:
Certifications & Credly badges:



Global Masters badges:







Followers:
Following:
Hi Roy,
I wonder if you used some LLM to write big chunks of this article.
For example, CSP.ini in section 4.2 looks strange to me
Indeed, there is a System_Manager parameter in CSP.ini, however its value is allowed IP addresses. And there is no such parameter as System_Manager_Host
There is no such section as WEBAPP in CSP.ini to my knowledge. There is a APP_PATH. AutheEnabled, Timeout, and LockCSPName are properties of the web-application, but you generally specify them for the web-application in IRIS or in the Installation Manifest, not in the CSP.ini
Where did you find these parameters? I have not found them documented in https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
Additionally, in 5.1 you have iam listed as a part of IrisCluster definition, and then in the implementation guide there are steps 3 and 4. And step 3 suggests to deploy IAM using IrisCluster operator, and step 4 is to deploy IrisCluster itself. However IAM is a part of IrisCluster in the sample above