16.1.1.17. privacyIDEA Server endpoints¶
This endpoint is used to create, update, list and delete privacyIDEA server definitions. privacyIDEA server definitions can be used for Remote-Tokens and for Federation-Events.
The code of this module is tested in tests/test_api_privacyideaserver.py
- POST /privacyideaserver/test_request¶
Test the privacyIDEA definition :return:
- GET /privacyideaserver/¶
This call gets the list of privacyIDEA server definitions
- POST /privacyideaserver/(identifier)¶
This call creates or updates a privacyIDEA Server definition
- Parameters
identifier – The unique name of the privacyIDEA server definition
url – The URL of the privacyIDEA server
tls – Set this to 0, if tls should not be checked
description – A description for the definition
- DELETE /privacyideaserver/(identifier)¶
This call deletes the specified privacyIDEA server configuration
- Parameters
identifier – The unique name of the privacyIDEA server definition