* website: Bump prettier from 3.3.3 to 3.4.1 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update formatting Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * disable flaky test Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
1.1 KiB
1.1 KiB
title, sidebar_label
| title | sidebar_label |
|---|---|
| Integrate with Budibase | Budibase |
Budibase
Support level: Community
What is Budibase
Budibase is an open source low-code platform, and the easiest way to build internal tools that improve productivity.
Preparation
The following placeholders will be used:
budibase.companyis the FQDN of the Budibase install.authentik.companyis the FQDN of the authentik install.
Create an application in authentik. Create an OAuth2/OpenID provider with the following parameters:
- Client Type:
Confidential - Scopes: OpenID, Email and Profile
- Signing Key: Select any available key
- Redirect URIs:
https://budibase.company/api/global/auth/oidc/callback
Note the Client ID and Client Secret values. Create an application, using the provider you've created above.
Budibase
In Budibase under Auth set the following values
- Config URL:
https://authentik.company/application/o/<Slug of the application from above>/.well-known/openid-configuration - Client ID:
Client ID from above - Client Secret:
Client Secret from above