Group Details Private
Power User
Helpful folks who know a lot about FusionAuth
Member List
-
RE: Is it possible to add columns in order to sort with lastLogin from UI ?
@jbtruffault This would be a new feature request. Please feel free to file one here: https://github.com/fusionauth/fusionauth-issues/issues
An alternative would be to use the login API to export the login records into a database or other data storage system and then to sort it as you see fit. This API is documented here: https://fusionauth.io/docs/v1/tech/apis/login#export-login-records
-
RE: Registering existing users does not error
Hmmm. It seems as though you have self service registration enabled. If this is the case, when an existing user registers for an application, the FusionAuth registration is automatically enabled.
Maybe I don't understand what you are trying to accomplish. Could you explain what you are trying to do?
-
RE: Does deprecation of JavaScript Google Platform Library affect FusionAuth Google Identity Provider?
Thanks @harish_reddy !
Per this comment, this is slated to be fixed under https://github.com/FusionAuth/fusionauth-issues/issues/1894 .
This is planned for 1.43.0, which is the next release.
Thanks.
-
RE: Integrating FusionAuth as OTP Provider with Exchange Server using ADFS Authentication
Hiya, can you explain a little more about what you are looking for? I'm not quite sure what you mean by "an OTP provider for an Exchange server that has ADFS authentication set up?"
-
RE: Refresh token revoked on logging in on multiple devices
Hmmm. Haven't run into this before.
The refresh token revocation behavior is documented here: https://fusionauth.io/docs/v1/tech/core-concepts/applications#jwt and here: https://fusionauth.io/docs/v1/tech/core-concepts/tenants#jwt
Can you provide a few more details?
- how are you logging the user in
- what are your refresh token settings for this application
- What is the
- what version of FusionAuth are you running
Thanks,
Dan -
RE: Maintenance Mode on Remote Server
Hmmm. So you are saying that:
- you can connect from the ec2 instance to your postgresql instance.
- you can connect via the web to the fusionauth instance, but it is stuck in maintenance mode.
Where is the postgresql instance running? Is it on the same ec2 instance as FusionAuth?
What value are you putting for the hostname?
-
RE: Email CTR and open rates
@eduards-celmins It is not built into FusionAuth, but if you use an email provider, they'll often provide such functionality.
Here's information about sendgrid: https://docs.sendgrid.com/ui/analytics-and-reporting/stats-overview
I believe there are similar stats captured for other email providers.
-
RE: SQL error on request_frequencies Table
@langnerfrancesco What version of FusionAuth are you using?
What version of postgresql?