Files
ntspi-app/app
F4ilji 967db81d3c fix(vikon): use correct token introspect endpoint for update system
Original vikon_core security.php validates tokens via:
  POST db-nica.ru/oauth2/resource/token/introspect
  Body: client_id=542&access_token=XXX

Our code was incorrectly using:
  GET auth.db-nica.ru/api/profile_applicant/check_access_token
  Header: Authorization: Bearer XXX

This was the WRONG endpoint — the profile check is for abitur forms,
not for the update system.
2026-07-04 13:54:56 +05:00
..
2026-03-20 21:47:02 +05:00
2026-03-20 21:47:02 +05:00
2026-03-21 01:02:12 +05:00
2026-03-20 21:47:02 +05:00
2026-04-10 10:51:42 +05:00
2026-04-10 09:01:47 +05:00