Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Actionstep API Authorization is required preformed via the OAuth2 standard. This involves a series of communications between the resource server and the client to ensure the resource owner's identity and information are kept secure. For more information see the OAuth2 documentation and RFC 6749.

Grant Types

Currently, Actionstep supports the Authorization grant type only, but we may introduce other methods at later dates. The Authorization grant type will require the client to direct the end user to Actionstep's API authorization page. This will be followed by a second page where the end user will authorize the client to access their system based on the specified scope.  

...