Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Оглавление

Service description

A microservice intended for session deauthentication and user MAC address removing. Eltex-disconnect interacts with the PCRF service to directly send a user session removing command and with the Doors authentication service to validate incoming JWT tokens.

...

Блок кода
languagejs
themeRDark
{
    "success" : false, 
    "fail" : "description of the error occured" 
}


Description of work

Disconnect waits for a GET request on port 9096 http://\{\{Ip_address\}\}:9096/disconnect?token=\{\{token\}
Request example:

...

PCRF performs appropriate actions: deauthentication and MACC address removing.

Configuration

The service's configuration file is located at /etc/eltex-disconnect-service/application.conf

...