I have an API that uses JTW but is not OAuth 2.0. I was able to use a Basic connection and authenticate with my API but I want to be able to use refresh tokens as well. When I try to use an Oauth 2.0 connection the “authorize” block always returns a 401 where the same call in Postman works. If I move the call to “token” it never fires and the connection acts like it worked. What is a good example of how to use an OAuth 2.0 connection without a redirect URL?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Connection not refreshing access token | 3 | 1479 | September 8, 2023 | |
| OAuth2.0 connection 400 - refresh BEFORE authorize | 2 | 246 | September 7, 2023 | |
| App development - Connection with Token bearer which is not Oauth | 13 | 2980 | October 6, 2023 | |
| Custom apps - oauth - fail to connect | 1 | 49 | March 8, 2025 | |
| Custom HTTP Oauth 2.0 connection not running smoothly | 2 | 391 | November 28, 2023 |