Replies: 1 comment 2 replies
-
There are different type of oauth2 workflows exist. 'client_credentials' is one of them. ( This doesn't require any human interaction like redirection/approval). Infinity currently only supports it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have configured client ID and secret OAuthentication into our datasource.
Is there supposed to be a redirect prompting login to happen on query?
If so, what should the redirect URL be? With it currently setup all requests are failing.
Some direction here would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions