VATSIM SSO ACARS

Hey!

So, we utilise VATSIM SSO in our organisation, and basically we need an ACARS system to work with this?

Any suggestions?

I’d imagine you’d want to look at the modules for each ACARS system (core/modules/) and have a look in there at the code. For example, for kACARS, line 44 is the function call I’d look at:

$results = Auth::ProcessLogin($xml->verify->pilotID, $xml->verify->password);