-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUDI-7803] Add support for OAuth authentication with REST APIs #5069
Comments
This issue has been automatically marked as stale because it has not had recent activity. |
Feature request |
This issue has been automatically marked as stale because it has not had recent activity. |
Feature request |
This issue has been automatically marked as stale because it has not had recent activity. |
+1 |
Would be great to support client credentials and auth code OAuth2 flows. |
This issue has been automatically marked as stale because it has not had recent activity. |
Feature request |
hitting this issue as well |
+1 |
yea we did as well |
This is desperately needed. The majority of other solutions have this already - shame to have to look elsewhere. |
This is a shame, anyone know of a middleware application? could oauth2-proxy and nginx work? |
Using Rest APIs without the option to have a dedicated and proper oAuth per service is very limited. |
I agree @christophsanz - the issue must have been closed by accident. |
I'm not using budibase at the moment due to this. Would have reopened otherwise. |
Why has this been closed with no feedback? |
@pantherale0 We are cleaning up our backlog of old issues that haven't had activity for a long time. Will re-open this one as still valid |
@shogunpurple ok thank you |
Describe the feature request
Currently the only authentication options when using a REST API as a data source in Budibase is Basic and Bearer which makes using services such as Microsoft Graph to pull information in from an Azure Active Directory (for example) more complex to achieve as bearer tokens only last up to 1 hour so a middleware API would need to be created which uses its own bearer token/basic auth.
BUDI-7803
The text was updated successfully, but these errors were encountered: