Skip to content

Get Login Configuration

GET
/auth/login/config
curl --request GET \
--url https://sylve.lan:8181/api/auth/login/config

Retrieve the public authentication configuration used by the login page

Success

Media typeapplication/json
object
data
object
pamEnabled
boolean
error
string
message
string
status
string
Examplegenerated
{
"data": {
"pamEnabled": true
},
"error": "example",
"message": "example",
"status": "example"
}