13 Jun 2017
New viewables:read scope
The new viewables:read scope is available on OAuth for 2-legged authentication and 3-legged authorization. It should replace the data:read scope when sending access token to the client. It limits the access to viewable data (e.g. SVF Viewables).
Check our update sample, update your SDK and migrate your app:
- NPM forge-apis 0.3.1
- NuGet Autodesk.Forge 1.0.2
- Java Forge SDK
Proxy
The best option still to use a proxy to secure your access token, as described in this blog post, which completely hide the access token from the client.