Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-16984

OAuth 2.0 - Resource Owner Password Credentials Grant Fails

    XMLWordPrintable

Details

    Description

      With two legged auth disabled on my account the following (replace with your own credentials) was working perfectly fine up until a few days ago :-

      #!bash
      curl -X POST -u "client_id:secret" \
            https://bitbucket.org/site/oauth2/access_token -d grant_type=password \
            -d username={username} -d password={password}
      

      Something has changed and now it has stopped working and it always responds with

      {"error_description": "Invalid resource owner username/password", "error": "invalid_request"}

      Attachments

        Activity

          People

            Unassigned Unassigned
            0fed6061eead colorfield-gituser
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: