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 | |
---|---|---|---|---|
OAuth2.0 connection 400 - refresh BEFORE authorize | 2 | 224 | September 7, 2023 | |
OAuth 2.0 "Authorize" always HTTPGet even though method set to "Post" | 8 | 445 | September 8, 2023 | |
OAuth 2.0 authorization expires after a few hours | 3 | 549 | September 7, 2023 | |
Connection not refreshing access token | 3 | 1215 | September 8, 2023 | |
Custom app connection. 401 error after 2 + days | 4 | 412 | July 16, 2024 |