254
Views
5
Comments
query all login attempts for all outsystems apps
Question

We have several outsytems applications where I need a query, table or log table that I can extract to get all login attempts (failed or success) on all applications. Is there is a log table available on outsystems for the that. 

2022-08-03 04-32-50
Ravi Punjwani

Hi Kawthar,

And what information you want to fetch from that log? Just successful and unsuccessful with timestamps? or you want usernames, userids?

Just trying to understand your requirement and the purpose you're trying to achieve.

UserImage.jpg
Kawthar Ebrahim

The username, id of, timestamps of  successful and unsuccessful login attempts. as all the apps are using the user table I thought there might be a table/logs that contains all the login attempts. 

2022-08-03 04-32-50
Ravi Punjwani

I doubt if you can find such feature out of the box.


But here's some information that's readily available.

1. You can see last login details for any user


2. You can read more about what information is logged in Outsystems. Particularly refer to areas where it describes about failed login attempts

https://success.outsystems.com/Support/Enterprise_Customers/Troubleshooting/Information_Logged_by_OutSystems_Platform

In my opinion, anything apart from these details might need a custom workaround. If all your apps login using a shared module, just add logging action after successful and failed attempts in your code.

UserImage.jpg
Accelance Partners

Hi @Kawthar Ebrahim ,
Other than Ravi suggested you if you want to check user login failure counter then Is one forge component is available to get the user login failure counter.

Thanks

Rakhi

2022-08-03 04-32-50
Ravi Punjwani

Hi @Kawthar Ebrahim 

Have a look at these forum posts for the relevant information other than what I've mentiond in my previous comment

https://www.outsystems.com/forums/discussion/6798/search-user-login-history/

https://www.outsystems.com/forums/discussion/73905/end-user-login-audit/

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.