Difference between revisions of "I2Rest Client Usecases"

From i2Rest
Jump to: navigation, search
m (Pavel.lobko moved page I2Rest Client Usercases to I2Rest Client Usecases without leaving a redirect)
m (Oauth2 Authorization code flow with i2Rest bridge)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:i2Rest Client Usercases}}
+
{{DISPLAYTITLE:i2Rest Client Use Cases}}
 
+
==Https request without authorization==
== Https request without authorization ==
 
*[[NoAuth_usecase_1|The simpliest one]]
 
*[[NoAuth_usecase_2|Https request with logs]]
 
 
*[[NoAuth_usecase_3|Sending SMS via Vonage APIs]]
 
*[[NoAuth_usecase_3|Sending SMS via Vonage APIs]]
*[[NoAuth_usecase_4|Google OAuth 2.0 for Server to Server Applications]]
+
*[[NoAuth_usecase_4|Dealing with Google OAuth 2.0 for Server to Server Applications]]
 
+
==Oauth2 Device flow==  
== Basic access authentication ==
+
* [[Device_flow_usecase_1|Dealing with Google Drive]] using [https://oauth.net/2/device-flow OAuth2 Device flow].
*[[BasicAuth-usercase|nothing now]]
 
== Oauth2 Client Credentials flow ==
 
== Oauth2 Device flow ==  
 
*[[Device_flow_usecase_1|Dealing with Google Drive]].
 
  
----
+
==Oauth2 Authorization code flow with i2Rest bridge==
[[I2Rest_Client|Back to i2Rest Client]]
+
* [[Authorization_code_usecase_1|Dealing with Google Drive]] using [https://oauth.net/2/grant-types/authorization-code OAuth2 Authorization code flow] on IBM i green screen terminal.

Latest revision as of 11:02, 17 July 2020

Https request without authorization

Oauth2 Device flow

Oauth2 Authorization code flow with i2Rest bridge