LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/doc/sources/admin/refreshsessionapi.rst

19 lines
569 B

Refresh session plugin (API)
============================
This plugin appends an endpoint to refresh sessions by user. It provides
``https://portal/refreshsession`` endpoint. Protect it by webserver
configuration.
This plugin is available with LLNG ≥ 2.0.7.
Usage
-----
This endpoint accepts only POST requests with a JSON content:
==================== ============================
Request Response
==================== ============================
``{"uid":"userid"}`` ``{"updated":1,"errors":0}``
==================== ============================