Milestone authentication federated by external system

We have a federated Milestone system version XProtect Corporate 2022 R3. From a Linux RedHAt 7.6 server running a C++ application we need to authenticate the Milestone system. Can I have an example of authentication calls to use?

From the Milestone documentation it seems to be possible via Soap call.

https://milestonedownload.blob.core.windows.net/files/XProtect%202018%20R1/Manuals%20and%20guides/Cross%20VMS%20guides%20and%20documents/MIPShort%20SDK%20GSG/MilestoneMIPSDK_GettingStartedGuide_en-US.pdf

The block diagram taken from the official documentation was followed.

We strongly recommend reading the code in the TCPVideoViewer (+ServerCommandWrapper) sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/tcpvideoviewer/readme.html&tree=tree_3.html

https://github.com/milestonesys

You have found some very old documentation, please have a look at some newer documentation.

http://download.milestonesys.com/MIPSDK/MilestoneMIPSDK_GettingStartedGuide_en-US.pdf

https://doc.developer.milestonesys.com/html/

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_soap_protocols.html&tree=tree_3.html

All guides report use cases and examples on the Windows operating system.

Are there any based on Linux?

Unfortunately no, there are no samples based on Linux.

But does federated Milestone support calls from Linux operating systems?

I try to reply the request: Milestone support calls from Linux operating systems?

Only if you develop plugins or standalone applications using the MIP library you will have to use Windows because it relies on .NET Framework.

All the protocols can be used from any environment.

The RestAPIs can be used from any environment.

The Mobile SDK can be used form any environment.

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_soap_protocols.html&tree=tree_3.html

https://doc.developer.milestonesys.com/mipvmsapi/

https://doc.developer.milestonesys.com/mipsdkmobile/