FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. talha.yildiz
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    talha.yildiz

    @talha.yildiz

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

    talha.yildiz Unfollow Follow

    Latest posts made by talha.yildiz

    • Login API

      Reading the docs regarding /api/login
      I understand that it must be possible to login a user with loginId and password and no additional fields or API key:

      {
          "loginId": "testuser@example.com",
          "password": "password"   
      }
      

      However I get the "TenantIdRequired" error with the following message:

      {
          "generalErrors": [
              {
                  "code": "[TenantIdRequired]",
                  "message": "A Tenant Id is required to complete this request. To complete this request, you may assign a Tenant to your API key, or add the X-FusionAuth-TenantId HTTP request header with the Tenant Id."
              }
          ]
      }
      

      FusionAuth Version is 1.27.2.
      Made a quickstart with homebrew.
      Am I missing something? Thank you!

      posted in Q&A
      T
      talha.yildiz