2
0
mirror of https://github.com/opnsense/docs synced 2024-11-18 21:28:29 +00:00
opensense-docs/source/development/api/plugins/proxysso.rst

22 lines
861 B
ReStructuredText
Raw Normal View History

Proxysso
~~~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","proxysso","service","createkeytab",""
"``GET``","proxysso","service","deletekeytab",""
"``GET``","proxysso","service","getCheckList",""
"``GET``","proxysso","service","showkeytab",""
"``POST``","proxysso","service","testkerblogin",""
2021-03-08 11:22:26 +00:00
.. csv-table:: Service (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","proxysso","settings","get",""
2022-10-19 15:21:08 +00:00
"``POST``","proxysso","settings","set",""
2021-03-08 11:22:26 +00:00
"``<<uses>>``", "", "", "", "*model* `ProxySSO.xml <https://github.com/opnsense/plugins/blob/master/www/web-proxy-sso/src/opnsense/mvc/app/models/OPNsense/ProxySSO/ProxySSO.xml>`__"