Authentication
This page describes the different types of authentication supported by Gml.Backend.
You will find a brief description and links to official resources for each type of authentication.
Predefined Types
Currently, Gml Backend supports several predefined authentication types:
| Authentication Type | Description |
|---|---|
| Undefined | Not allowed for any launcher-side authentication |
| Any | Allowed for any launcher-side authentication |
| DataLifeEngine | Authorization script for CMS DataLifeEngine |
| Azuriom | Authentication via CMS Azuriom *UUID generation must be adjusted. Process is described on this page. |
| EasyCabinet | Authentication via user cabinet system Aurora EasyCabinet |
| UnicoreCMS | Authentication via UnicoreCMS system |
| Custom Authentication | Authentication that you can configure yourself for your API |
You can read more about custom authentication on this page.