Difference between revisions of "Configuring OAuth2 authorization"

From i2Rest
Jump to: navigation, search
(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_...")
 
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#run_program|"run_program" scope]] and <code>*local</code> [[I2Rest_Gates#Session_System|Session System]] defined.
+
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.