As of today we get a message trying to login to Autodesk with the FME web connector.

I think we use the settings provided by the Autodesk integration:
Client ID: 9YJwNVyykGTllW87Y45yDUGLRvvOmVhM
Client Secret: dont know
Redirect URI: https://127.0.0.1:443
Auth Url: https://developer.api.autodesk.com/authentication/v2/authorize?response_type=code&scope=data:read data:write
Retrieve Token: https://developer.api.autodesk.com/authentication/v2/token
Request format: code=[CODE]&redirect_uri=[REDIRECT_URI]&grant_type=authorization_code
Refresh token: https://developer.api.autodesk.com/authentication/v2/token
Format: refresh_token=[REFRESH_TOKEN]&response_type=refresh_token&grant_type=refresh_token&scope= data:read data:write
When using a custom app created in Autodesk Forge I am able to connect with these settings (only changing the client_id and client_secret.
Also…
Would there be any instructions about creating a server-to-server integration in Autodesk Construction Cloud?





