Skip to content

website/integrations: fix for actual-budget wiki guide#14066

Merged
dewi-tik merged 1 commit intogoauthentik:mainfrom
jmarmstrong1207:patch-1
Apr 15, 2025
Merged

website/integrations: fix for actual-budget wiki guide#14066
dewi-tik merged 1 commit intogoauthentik:mainfrom
jmarmstrong1207:patch-1

Conversation

@jmarmstrong1207
Copy link
Contributor

Details

This is a simple fix: remove the front slash at the end of the redirect uri. Will not work if this slash exists in the redirect uri.

Signed-off-by: James Armstrong <32995055+jmarmstrong1207@users.noreply.github.com>
@jmarmstrong1207 jmarmstrong1207 requested a review from a team as a code owner April 15, 2025 02:37
@netlify
Copy link

netlify bot commented Apr 15, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9f1cd00
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67fdc67fd54dc60008931acb
😎 Deploy Preview https://deploy-preview-14066--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Apr 15, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 9f1cd00
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67fdc67f7d87f600080c52ad
😎 Deploy Preview https://deploy-preview-14066--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.72%. Comparing base (0606b1a) to head (9f1cd00).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14066   +/-   ##
=======================================
  Coverage   92.72%   92.72%           
=======================================
  Files         798      798           
  Lines       41138    41138           
=======================================
+ Hits        38145    38146    +1     
+ Misses       2993     2992    -1     
Flag Coverage Δ
e2e 47.75% <ø> (-0.01%) ⬇️
integration 24.13% <ø> (ø)
unit 90.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dewi-tik dewi-tik merged commit 36d29a9 into goauthentik:main Apr 15, 2025
89 checks passed
@dewi-tik dewi-tik changed the title Small fix for Actual-Budget wiki guide website/integrations: fix for actual-budget wiki guide Apr 15, 2025
kensternberg-authentik added a commit that referenced this pull request Apr 15, 2025
* main: (1461 commits)
  core: bump google-auth from 2.38.0 to v2.39.0 (#14076)
  core: bump sentry-sdk from 2.25.1 to v2.26.1 (#14079)
  core: bump prompt-toolkit from 3.0.50 to v3.0.51 (#14078)
  core: bump boto3 from 1.37.33 to v1.37.34 (#14074)
  core: bump msgraph-sdk from 1.27.0 to v1.28.0 (#14077)
  website/docs: fix minor typo in working_with_policies.md (#14071)
  core, web: update translations (#14064)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#14065)
  core: bump goauthentik.io/api/v3 from 3.2025024.4 to 3.2025024.6 (#14069)
  Small fix for Actual-Budget wiki guide (#14066)
  root: support db pool (#13534)
  rbac: add `InitialPermissions` (#13795)
  web: bump API Client version (#14058)
  core: Bump django from 5.0.14 to 5.1.8 (#14059)
  core: bump django-rest-framework from 3.14.0 to 3.16.0 (#14057)
  policies/reputation: limit reputation score (#14008)
  ci: fix api-py-publish by disabling poetry cache (#14010)
  core: bump goauthentik/fips-python from 3.12.9-slim-bookworm-fips to 3.12.10-slim-bookworm-fips (#14044)
  ci: add NPM packages publish (#13974)
  root: add packages/ to codeowners (#13975)
  ...
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main: (93 commits)
  core: bump google-auth from 2.38.0 to v2.39.0 (#14076)
  core: bump sentry-sdk from 2.25.1 to v2.26.1 (#14079)
  core: bump prompt-toolkit from 3.0.50 to v3.0.51 (#14078)
  core: bump boto3 from 1.37.33 to v1.37.34 (#14074)
  core: bump msgraph-sdk from 1.27.0 to v1.28.0 (#14077)
  website/docs: fix minor typo in working_with_policies.md (#14071)
  core, web: update translations (#14064)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#14065)
  core: bump goauthentik.io/api/v3 from 3.2025024.4 to 3.2025024.6 (#14069)
  Small fix for Actual-Budget wiki guide (#14066)
  root: support db pool (#13534)
  rbac: add `InitialPermissions` (#13795)
  web: bump API Client version (#14058)
  core: Bump django from 5.0.14 to 5.1.8 (#14059)
  core: bump django-rest-framework from 3.14.0 to 3.16.0 (#14057)
  policies/reputation: limit reputation score (#14008)
  ci: fix api-py-publish by disabling poetry cache (#14010)
  core: bump goauthentik/fips-python from 3.12.9-slim-bookworm-fips to 3.12.10-slim-bookworm-fips (#14044)
  ci: add NPM packages publish (#13974)
  root: add packages/ to codeowners (#13975)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants