FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    locked out of admin UI

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    webhooks admin ui transactional
    1
    2
    891
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • danD
      dan
      last edited by

      Hi folks,

      I created a transactional webhook and set it up for the user.login.success event.

      However, it is failing and now I'm locked out of my Admin UI, so I can't disable it.

      What can I do?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      danD 1 Reply Last reply Reply Quote 0
      • danD
        dan @dan
        last edited by

        You have a couple of options:

        • you can update webhook so it always returns 200, regardless of the message it receives. This won't work if the webhook URL is incorrect. For example, if you set up the webhook to live at https://exmple.com when it really lives at https://example.com and you don't have access to https://exmple.com.
        • if you have an API key, you can update the webhook to be non-transactional. Setting up such an API key is a critical part of common configuration.
        • if someone has an active session in the admin UI, they can also modify the configuration to make the webhook non-transactional.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post