Budibase integration #4249
Gregivy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have tried this integration https://goauthentik.io/integrations/services/budibase/ and found Budibase quite useful low code platform. I have checked other solutions like Appsmith, but all of them except for Budibase luck at least some basic OIDC support in their free self-hosted plans.
However Budibase does not support auto role assignment for registered users atm what practically means that your users will only be able to use internal apps built with Budibase as long as you assign every user to every internal app by hands!
Here is a temporary hack. You can use Budibase API to create/modify users and with use of expression policies in Authentik we can make auto role assignment possible.
First of all you should create
Expression Policy
and bind it to your Budibase application in Authentik (use high number fororder
field so this policy runs last), then inside the policy your code should be something like the one below:I hope this example will be useful!
Beta Was this translation helpful? Give feedback.
All reactions