fusionauth

Attempting to implement silent refresh with fusion auth

本小妞迷上赌 提交于 2020-06-16 17:28:25
问题 I'm currently trying to implement silent refresh follow this workaround However, even when I'm logged in, if I try to do an AJAX GET request to the oauth2/authorize endpoint, I get a status of 200. I tried going to the URL in the browser directly, and it worked. Do I need to pass additional information? Any help would be greatly appreciated, thanks! 回答1: I ended up solving my own problem and was able to not have to use an iframe. Solution to original problem (I was using authorization code

How to export / import registered user in FusionAuth

只谈情不闲聊 提交于 2019-12-08 12:10:43
问题 I would like to move my FusionAuth MySQL DB from host a to host b. The MySQL DB is mariaDB 10.1.39 I exported the DB using phpMyAdmin export function and imported it on host b using phpMyAdmin import. The FusionAuth state using the new DB on host b is as follows: - Tenants, Applications, API-Keys, certificated, smtp setting, template setting and administrator account are preserved. - No registered User from the origin DB is available. What do I need to consider to be able to migrate