Get information about the current authentication mode
GET/auth/info
Get information about the current authentication mode
Responses
- 200
Login was successful
- application/json
- Schema
- Example (from schema)
Schema
authURL stringrequired
JWT only
scheme stringrequired
{
"authURL": "/auth",
"scheme": "jwt"
}
Loading...