发布新帖

查找

问题
· 五月 7, 2024

angular application with healthshare authentication

I have an angular UI communicating with a iris rest api. Now I need to authenticate (to federated) before accessing the UI, and for a better solution  as the users are using the healthshare clinical viewer 2023, find a way to use the clinical viewer authentication / user to go to the UI.

The angular way would be to do an angular guard and have a function 'am I authenticate to federated', but I never found a function like this and how to get my username.

At the other end, creating a csp page in my csp folder that is either
- a csp including the angular html page outside the csp folder and passing in the header of the csp page,  the $usename
- or renaming my angular index.html page index.csp (not sure how to have the $username there)
Both solutions are more or less working. But I have problems with angular routing, refresh.... Do I need to give up of angular routing and call index.csp?route?

I will appreciate any help and experience.

讨论 (0)0
登录或注册以继续
公告
· 五月 7, 2024

[Video] Container Lifecycle - When is Your App Ready to Accept Work

Hey Community,

Play the new video on InterSystems Developers YouTube:

⏯ Container Lifecycle - When is Your App Ready to Accept Work @ Global Summit 2023

Did your container start correctly? Is it ready to accept new traffic? Is it still running correctly? Are you ready to shut the container down? These are all questions that we'll answer in this session. We'll look at the container lifecycle used by Docker and Kubernetes and how to address these questions correctly with your InterSystems IRIS application.

🗣 Presenter: @Kerry Kirkham, Sales Engineer, InterSystems

Enjoy watching it and look out for more videos! 👍

讨论 (0)1
登录或注册以继续
问题
· 五月 7, 2024

Incorporating OAuth into HS.FHIRServer.Interop.HTTPOperation

Question for folks who have connected to an External FHIR repository outside of IRIS. Within the HS.FHIRServer.Interop.HTTPOperation there is not an option to include TLS or an OAuth authentication when connecting to an external Repository. So then how is that piece done if you need to Authenticate against an OAuth Server before you are able to access the data or call the Web Services/REST calls?

1 Comment
讨论 (1)1
登录或注册以继续
讨论 (0)1
登录或注册以继续
问题
· 五月 7, 2024

Annoying Bulb in VS Code

Hello everyone,
After upgrade to InterSystems ObjectScriptv2.12.3 extension an annoying "bulb" occured in the beggining of code line. If point upon it, there are some actions being offered. In my case, an action "Wrap in try/catch" is always among them, even if the code line is already within try/catch block. Another action which appears sometimes is "Extract to method". If accept, new method is inserted into the class with only one line body inside. IMHO, not too clever "AI solution" as well.
The question is: how to disable this "bulb"?

2 Comments
讨论 (2)2
登录或注册以继续