mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
6586402114
Traefik handles auth forwarding but does not manage redirections like Nginx. Therefore, Authelia must redirect the user and Traefik will forward this request. To support both Nginx and Traefik, /api/verify is now configurable with the 'redirect' get parameter. If the verification fails and 'redirect' is not provided the response will be a 401 error as before. If the parameter is provided and set to any URL, the response will be a redirection (302) to this URL.
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"title": "Authelia API documentation",
|
|
"name": "authelia",
|
|
"version": "3.7.0",
|
|
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
|
"sampleUrl": false,
|
|
"defaultVersion": "0.0.0",
|
|
"apidoc": "0.3.0",
|
|
"generator": {
|
|
"name": "apidoc",
|
|
"time": "2017-12-04T21:38:44.927Z",
|
|
"url": "http://apidocjs.com",
|
|
"version": "0.17.6"
|
|
}
|
|
}
|