Uploaded image for project: 'Ibexa IBX'
  1. Ibexa IBX
  2. IBX-7522

Ibexa Connect - Create user module not working correctly

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Customer request
    • 4.5.4
    • Ibexa Connect
    • None
    • Yes

    Description

      Steps to reproduce

      1. Create a scenario from blueprint.json
      2. Set the correct connection in the Create user module and set the Webhook
      3.  Use CURL to call webhook - change hookID
      curl --location 'https://hook.connect.ibexa.co/hookID' \
      --header 'Content-Type: application/json' \
      --data-raw '{
      "keycloakID": "12345678920",
      "firstname": "Test",
      "lastname": "Test",
      "email": "test@wp.pl"
      }' 
      1. Close Ibexa Connect and do not enter the scenario for a long time and try to call the webhook again with new data

       

      Result

      In scenerio history we can found error message:

      [401] Unauthorized: The User does not have the 'POST /api/ibexa/v2/user/groups/1/5/14/users' 'Missing or invalid CSRF token' permission

       

      Expected

      Each time the webhook is invoked, user creation should work

       

      Designs

        Attachments

          Activity

            People

              Unassigned Unassigned
              mateusz.debinski@ibexa.co Mateusz Dębiński
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: