FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. jan.meznik
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    jan.meznik

    @jan.meznik

    2
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jan.meznik Unfollow Follow

    Best posts made by jan.meznik

    • RE: How to define request headers in Kickstart?

      Thanks for the reply @joshua.

      Although I still don't know if it is possible to set POST Header fields, the Kickstart file allows to do this by defining the tenantId in the root of the request. I'll paste it here directly, to make it easier for other visitors 🙂

          {
            "method": "POST",
            "url": "/api/application",
            "tenantId": "#{secondTenantId}",
            "body": {
              "application": {
                "name": "My Cool Application"
              }
            }
          }
      
      posted in Q&A
      J
      jan.meznik

    Latest posts made by jan.meznik

    • RE: How to define request headers in Kickstart?

      Thanks for the reply @joshua.

      Although I still don't know if it is possible to set POST Header fields, the Kickstart file allows to do this by defining the tenantId in the root of the request. I'll paste it here directly, to make it easier for other visitors 🙂

          {
            "method": "POST",
            "url": "/api/application",
            "tenantId": "#{secondTenantId}",
            "body": {
              "application": {
                "name": "My Cool Application"
              }
            }
          }
      
      posted in Q&A
      J
      jan.meznik
    • How to define request headers in Kickstart?

      I am writing a kickstart file, and I need to define the X-FusionAuth-TenantId header for the /api/application endpoint.
      However, I can find no documentation on how to do this in Kickstart, nor how I can get around this.

      Is this supported by Kickstart?

      posted in Q&A
      J
      jan.meznik