-1

I'm developing application using Autodesk Forge API. I want to implement sign out not only from my app(by session cleaning) and from Autodesk Account.

John Koerner
  • 37,428
  • 8
  • 84
  • 134
Tony V.
  • 350
  • 1
  • 4
  • 21
  • I pictured some kind of weird operatic Autodesk software convention when I read your title. – rory.ap Jan 25 '17 at 13:18
  • "Sign in" is a per-app feature. Individual app sign-in prevents apps from affecting one another, for good reason. About the only thing you could do is deactivate the account or change the account password to "sign out" of other apps. – Peter Ritchie Jan 25 '17 at 14:34

1 Answers1

3

There is no such thing as sign out because what your App performs is not a sign in ... What it does is - I assume you are talking about the 3-legged Forge OAuth API - asking the user to authorize a specific App (set of API keys) to access user data on the Autodesk Cloud (A360). Once an App has been authorized, it could keep refreshing the token undefinitely. What Forge is missing at the moment is an admin console for the user that would list authorized Apps and provide a way to unauthorize any of those Apps. It's not there yet unfortunately.

Felipe
  • 4,325
  • 1
  • 14
  • 19