sso

Sso Login

Handle SSO login with JWT token authentication. Creates a new user account if needed or validates existing user credentials.

post/api/sso/login

Request body

tokenstring required
emailstring required
passcodestring nullable

Response

Successful Response

detailstring required
user_ext_idstring required
passcodestring nullable

Changes