Single Sign-On (SSO)

User login authentication

It is a service that verifies users' information by obtaining a username and password.

URLmethod
/api/v1/validate-userpost
Table 23. Validate User Url Structure
Parameter nameParameter TypeExplanation
usernamestringUser name
passwordstringPassword
Table 24. Validate User Parameters

In response, “true” or “false” values will be returned in the IsLogin field . If the login is successful, extra user information will be returned.

Data LabelNameExplanation
LoginStatusintLogin attempt information
UserNamestringUsername information
NamestringName information
surnamestringSurname information
E-mailstringEmail information
Table 25. Validate User