Telenor Autopark
Real-time monitoring and full fleet control, integrated directly into Telenor’s Business Portal.
Real-time monitoring and full fleet control, integrated directly into Telenor’s Business Portal.
Telenor Bulgaria (the former GLOBUL, then Bulgaria's market leader with roughly 3.8 million subscribers) engaged Finite Software Systems to integrate a GPS fleet-tracking information system and offer it to corporate customers under the name "Telenor Autopark" (Теленор Автопарк Решения). Per the signed Telenor reference letter, the joint project began in September 2015; rather than shipping a standalone product, FSS embedded its existing GPS-tracking platform directly inside Telenor's corporate Business Portal so that fleet customers could reach it as part of their normal telecom portal experience.
What FSS delivered is its in-house "Locator" platform (composer package fss/locator, "Online GPS Tracking System") adapted into a Telenor-branded tenant. The codebase contains a dedicated Telenor integration: an OAuth2 authorization-code / OpenID-Connect single-sign-on flow against Telenor's identity service, with the returned id_token validated as an RSA SHA-256 JWT, plus matching logout/revoke handling. Telenor users are recognised as a distinct organisation type that switches the app into a Telenor look-and-feel embedded under business.telenor.bg, with Telenor-branded fonts, CSS, mail templates and reports. Provider credentials are isolated in a per-deployment telenor.ini config file.
Technically the system runs on PHP atop FSS's own MVC framework (fss/framework v4, not Laravel) rather than a mainstream web framework. Fleet, organisation and user data live in an IBM DB2 database (schema LOCATORBG, accessed through PDO/ODBC, with a MySQL configuration also present), Redis provides caching via predis, and Symfony Console powers CLI/cron jobs. The product surface covers real-time GPS fleet monitoring, trip/road lists, fleet event and cost reporting, and map visualisation (Google Maps markers and street view). Per the Telenor reference letter, FSS completed the rollout on scope and on schedule, trained Telenor's operating team, and has carried long-term post-launch support and maintenance for end users.