Difference between revisions of "I2Rest Client"
Pavel.lobko (talk | contribs) |
Pavel.lobko (talk | contribs) |
||
Line 14: | Line 14: | ||
;Oauth2 CLient Credentials flow | ;Oauth2 CLient Credentials flow | ||
− | : | + | :Typically used to authentificate the application on remote resource to work with its own data rather than a user's data. [Client-flow-decription|More] about I2Rest Client Flow. Some usecases - [[Client-flow-usecase|here]]. |
;Oauth2 Device flow | ;Oauth2 Device flow | ||
− | :Provided by i2Rest-client OAuth 2.0 Device flow allows your IBM i application to deal with protected user data on remote resource, while end users are not forced to share their usernames, passwords, and other private information. | + | :Provided by i2Rest-client OAuth 2.0 Device flow allows your IBM i application to deal with protected user data on remote resource, while end users are not forced to share their usernames, passwords, and other private information. General flow decription can be found [[Device-flow-decription|here]], typical usecases - [[Device-flow-usecase|here]]. |
== Implementation == | == Implementation == | ||
<div id="implementation"></div>You can interract with I2rest-client [[i2Rest-client command|with IBM i command]], or by the mean of it's [[integration API]].<BR> | <div id="implementation"></div>You can interract with I2rest-client [[i2Rest-client command|with IBM i command]], or by the mean of it's [[integration API]].<BR> |
Revision as of 13:21, 6 April 2020
i2Rest-client is a native IBM i tool for web communications via http/https requests. It was intended to extend IBM i api functionality with http client functions. And more than this, with provided by I2rest-client Oauth 2.0 flows
your IBM i API could have access to any OpenApi service.
Scenaries
Depending on your needs I2rest-client can provide four request authorization scenaries:
- Https request without authorization
- Http/https requests of any type, JSON messages, stream file upload - everything is here. Please explore typical usecases
- Oauth2 CLient Credentials flow
- Typically used to authentificate the application on remote resource to work with its own data rather than a user's data. [Client-flow-decription|More] about I2Rest Client Flow. Some usecases - here.
- Oauth2 Device flow
- Provided by i2Rest-client OAuth 2.0 Device flow allows your IBM i application to deal with protected user data on remote resource, while end users are not forced to share their usernames, passwords, and other private information. General flow decription can be found here, typical usecases - here.
Implementation
You can interract with I2rest-client with IBM i command, or by the mean of it's integration API.