Difference between revisions of "Configuring OAuth2 authorization"
Pavel.lobko (talk | contribs) (Created page with "Unlike anonimous API call we performed in our quick start guide, authorized API call requires OAuth2 token with I2Rest_scopes#run_program|"run_...") |
Pavel.lobko (talk | contribs) |
||
Line 1: | Line 1: | ||
− | Unlike anonimous API call we performed in our [[I2Rest_Server#basic_guide|quick start guide]], authorized API call requires OAuth2 token with [[I2Rest_scopes# | + | Unlike anonimous API call we performed in our [[I2Rest_Server#basic_guide|quick start guide]], authorized API call requires OAuth2 token with "run_program" [[I2Rest_scopes#|scope]] and <code>*local</code> [[I2Rest_Gates#Session_System|Session System]] defined. |
Revision as of 15:12, 30 June 2020
Unlike anonimous API call we performed in our quick start guide, authorized API call requires OAuth2 token with "run_program" scope and *local
Session System defined.