Integrate .Net Application + Orthanc/StoneViewer (Paid job)

Hi there,
I’m looking for someone to help me integrate our existing Orthanc instance with out our .Net application, step-by-step.

Right now, both our .Net app and our Orthanc instance are working great on their own. Now, we want to integrate them together so the users now only log into our .Net app and view studies (stored in Orthanc) directly in our .Net app, and not have to log into Orthanc.

I work with a developer already but I need you to help coach us on how to do this.

This is more for research and we don’t have much of a budget but am happy to pay a small bounty ($250 USD?) if you can help us!

Please comment on this thread or reach out to kyledbolt@gmail.com and I can send you more details.

Thank you,
Kyle

Hi Kyle,
I already sent you an email.

Thanks

Hi Kyle,

2 suggestions - both of which involve creating an authorisation http api that you can call from either the Orthanc Advanced Authorisation Plugin (https://book.orthanc-server.com/plugins/authorization.html) or through a reverse proxy like Nginx and the auth_request directive https://developer.okta.com/blog/2018/08/28/nginx-auth-request

Both of these options delegate authorisation to an http rest api that is responsible for determining if a user is allowed to view the url.

We use this technique for our systems.

Hope that helps.

Cheers,

James