Assistance Required for Locating Tables and Differentiating Login Methods
We are currently facing an issue where we are unable to locate the tables containing the following user details within our Oracle database:
We could Identify some tables that give access to the following details but, seems like the there is no data available when we join them through person_id with the per_users table:
- Device Information
- IP Address
- Browser
- Email_id
Additionally, we are also looking for a method to differentiate whether a user has logged in through Single Sign-On (SSO) or a local login.
Let us know if you have any suggestions.
0