Generate JWT token for user authentication
POST/jwt/generate/user/token
Authenticates a user with username and password, returns a JWT token.
The token should be included in subsequent requests as:
Authorization: Bearer <token>
LDAP Support: When LdapLoginModule is configured, supports:
- Domain-based login:
domain\\usernameorusername@domain - Standard username for admin users
Multi-group Users: If user belongs to multiple groups, the group
parameter is required. Otherwise, an error will be returned.
Request
Responses
- 200
- 401
Authentication successful
Invalid credentials or authentication failed