Login to application
Supports both json and form request types. If the caller is already logged in, then in the form case, they are redirected to SECURITY_POST_LOGIN_VIEW, for a json request, a 400 is returned.
post/login
Query parameters
nextstring
URL to redirect to on successful login. Ignored for json request.
include_auth_tokenstring
If set/sent, will return an Authentication Token for user
Request body
Response
Login response
Example response
{
"meta": {
"code": 200
},
"response": {
"tf_method": "webauthn"
}
}