@chad-hurd Awesome that you got if figured out. Do you mind sharing what, specifically, was wrong with the setup? It may help others down the road.
-
RE: POST /api/user/import not triggering webhook `user.bulk.create'posted in Q&A
-
RE: POST /api/user/import not triggering webhook `user.bulk.create'posted in Q&A
@chad-hurd That is interesting. I will check this out over the next day or two and see if there is anything I can learn. Has anyone else had experience with this?
-
RE: Account Portal - Is Federation to our Enterprise IDP possible?posted in Q&A
@batmysta, Thanks for clearing that up. Unfortunately, there is no way I know of to configure federated authentication with the FusionAuth Account Portal.
-
RE: Account Portal - Is Federation to our Enterprise IDP possible?posted in Q&A
@batmysta, In general, you should be able to. Please check out our documentation on Identity Providers. If that does not answer your question, please give us a little more detail and we will see what we can do to help you out.
-
RE: All logposted in Q&A
@manoj-patil Have you checked out the documentation on this? Is there something missing. I imagine that if you want all network traffic, you would have to configure that separately than the logs you get from FusionAuth activity since that would be at the networking level.
-
RE: How to get event.info.deviceDescription in events webhook (ex user.login.success)?posted in Q&A
@rabah-laouadi What information is in the device.description that is not in the info section?
"info": { "deviceName": "macOS Chrome", "deviceType": "BROWSER", "ipAddress": "192.168.65.1", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" },Or are you specifically trying to get a custom value in your url? If you let us know a little more about what exactly you want to accomplish, we may be able to find a way to get it done.
Also have you seen this post?
-
RE: Redirect loop between login and consent page during OAuth2 authorization (Proof of Concept)posted in Q&A
@jefferson-piscos, the debug enabled is under the OAuth tab. Go ahead and enable that and check the logs.

Also it is a little weird that you are redirected to a consent screen. Do you have any consents configured? You can go to Settings -> Consents in the Admin UI.

Then you can check the user and see if you have any set for the user you are testing.

Hopefully that will clear it up and you will be good to go. If not, let's see what those logs say.
-
RE: Redirect loop between login and consent page during OAuth2 authorization (Proof of Concept)posted in Q&A
@jefferson-piscos There are a few things that may be going on. Where are you you expecting to redirect to after successful login? Can you tell if that page is being hit or is it redirecting back to the login page because that is the page you set it to? Anything you can safely share about the application configuration in FusionAuth or code for your redirect page could be helpful.
It terms of tips for debugging, you can turn on "Debug Enabled" for the identity provider and then check the Event Log after you try to log in. Let us know if that yields any useful information.
-
RE: Issues with multi-tenant refresh token revocation and custom JWT signingposted in General Discussion
@michaelginn529 What do you have your "Logout behavior" set to for the application? Any other specific configuration you can share would help as well.
-
RE: Proxy IP Issueposted in Q&A
@haziqt Sounds like FusionAuth is up and working except reporting the wrong IP address of the user on login. You may want to consider opening a issue.