Quality Center Authentication DB Process
- After authenticating with LDAP server, a new row will be inserted to Login_Sessions table with LS_ID, LS_CLIENT_TYPE and with few other details. LS_ID will be the primary key in this table.
- Once the user selects the Domain name and Project name and click on login button. A row will be inserted into the Project_Sessions table with PS_LS_ID which is a foreign key to the LS_ID of Login_Sessions table and login process will be completed.
- If the user click on logout button these rows will be deleted from the corresponding tables and a row will be inserted into the SESSION_HISTORY table with this information.
No comments:
Post a Comment