Skip to main content

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\\username or username@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​

Authentication successful