@sergey_smirnov can you tell us a little about how you have FusionAuth set up? Can you look at your server logs and make sure the page is not being called multiple times? Also, can you share the details of the log entries (be sure to redact private information)?
-
RE: Doubling of login records
-
RE: Logout with multiple subdomains
@ext_figuvini after reading your post again, I think I read it differently. The way the SSO logout works is that on logout, FusionAuth calls all the logout urls for each applications. It would seem that you are correct in that creating an application for each subdomain makes sense and would work. (You can create applications through the API so you should be able to automate this.) Can you try this for a few domains and confirm it works?
-
RE: Logout with multiple subdomains
@ext_figuvini this is an interesting use case. I would think the way you have it configured would work. I would have to recreate you situation to test. Unfortunately it may be a while before I can get that done. I should be able to take a look next week. If anyone has experience with this, please feel free to chime in.
-
RE: The twoFactorLogin method for the typescript client doesn't return the refreshToken
@eakpan Awesome, thanks for posting. This may end up helping others. Glad you are able to configure FusionAuth to work for you.
-
RE: Startup fails after Postgresql db upgrade
@atakan thanks for sharing the information.
-
RE: Templates Broken in VS2019 v16.9.3 – Anyone Else?
@jobclone20 I just took a look at the page for the FusionAuth Visual Studio Templates. It appears they are only for Visual Studio 2022.
-
RE: Customize the login screen
@laurahernandez I hope you are able to achieve the look and feel you are going for. I understand you would like to be able to show and hide the password dialog in simple themes and you are not the only one. Please be sure to upvote the issue here.
I understand using advanced themes may require more work, but ultimately it is more flexible that simple themes. Good Luck.
-
RE: Customize the login screen
@josephbeckley99 As far as I can tell, hiding the password input with an advance theme is the best workaround. Just be aware that with a little knowledge and some hacking a use may be able to expose the password field and use it if they are really focused on doing so.
-
RE: nextAuth SignOut and revoking app sessions
@laurahernandez This appears to be the right approach. I am a bit confused on whether you got it working or not in terms of no longer seeing the sessions in the AdminUI after your flow. Please let me know.
-
RE: nextAuth SignOut and revoking app sessions
@laurahernandez What is the Logout behavior set to for your Application?