Skip to content
English
  • There are no suggestions because the search field is empty.

Occurrence of Users During Login

In the Eğitim 365 system, our development studies continue uninterruptedly so that you can perform healthier and easier synchronization processes. One of these improvements is the "Creation of Users during Login" feature.

With this process, users whose data are sent by the service but have not yet been created by Eğitim 365 are checked on the login page and their users are created. Thus, it is ensured that instructors and students can access the system more easily.

In order to perform the process, first of all, the methods specified for the instructor and the student must be added by the institution from which you receive this service to the Web Service that provides data flow from your institution's OBS system to the Eğitim 365 system. After the methods are added, it will be sufficient to inform us. With the arrangements we will make afterwards, your instructors and students will be able to log in to the system by creating their own users.

SSO

These are the functions that need to be prepared so that users can enter the system with the information in the Student Information System. It should be noted that whichever username is to be verified from the student information system, this information must be returned as a username in the "GetEnrollment" or "GetInstructors" methods.

User Login Verification

It is a service that verifies users' information by obtaining a username and password. The method name is ValidatedUser. In this method, both students and instructors can be questioned

Enlarges the table by opening it in a full screen dialogOpen

 

ismi parameters

Parameter Type

Explanation

password

String

Password

 

 

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

Enlarges the table by opening it in a full screen dialogOpen

 

Data Label

Name

Explanation

IsLogin

Bool

Login attempt information

UserName

String

Username information

Name

String

Name information

Surname

String

Surname information

E-Mail

String

E-mail information

UserType

Int

User type information. 8 for the student and 4 for the instructor will be returned.