Search found 1 match
- Fri Jan 20, 2023 8:59 pm
- Forum: HTTPAPI
- Topic: Using OAUTH2 with HTTPAPI
- Replies: 4
- Views: 10683
Re: Using OAUTH2 with HTTPAPI
OAuth2 does support the server-to-server token management without any user interactions. For Zoom the first step as Scott pointed out would be a one time API client authorization (in this case IBM i endpoint). Once that is completed, the API client can request tokens, check if the tokens are valid, ...