Giter Site home page Giter Site logo

Comments (4)

simov avatar simov commented on May 27, 2024

Autodesk provider is using OAuth2:

grant/config/oauth.json

Lines 98 to 103 in 6e0692d

"autodesk": {
"authorize_url": "https://developer.api.autodesk.com/authentication/v1/authorize",
"access_url": "https://developer.api.autodesk.com/authentication/v1/gettoken",
"oauth": 2,
"scope_delimiter": " "
},

What exactly isn't working?

from grant.

TKDBB84 avatar TKDBB84 commented on May 27, 2024

the v1 endpoints will be disabled (timeline TBD). The v2 endpoints change a few things in the contract, as an example:
authentication/v1/gettoken will move to authentication/v2/token and will no longer accept client_id/client_secret in the body of the request, but only as a Basic Auth header. The v1 endpoints still work, but will be turned off eventually. The migration guide provides all details.

from grant.

simov avatar simov commented on May 27, 2024

Got it, thanks for bringing this up, I will definitely have a look.

from grant.

simov avatar simov commented on May 27, 2024

This was fixed in v5.4.22 71445d6 Seems to be working as before.

Note that even if this did not land on time you could have set the authorize_url and access_url URLs in your config to point to the correct URLs and then also the token_endpoint_auth_method option set to client_secret_basic to force the Basic authentication for the token endpoint.

from grant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.