website/inteegrations: fix redirect URI in Seafile integration#20532
Merged
dewi-tik merged 1 commit intogoauthentik:mainfrom Feb 24, 2026
Merged
website/inteegrations: fix redirect URI in Seafile integration#20532dewi-tik merged 1 commit intogoauthentik:mainfrom
dewi-tik merged 1 commit intogoauthentik:mainfrom
Conversation
If you just follow orders exactly as said here it'll lead you to an error because of the strict policy having a slash at the end but in the seahub_settings.py in the docs tells you to put it without it. This minor change can help people to not encounter this minimal error sometimes difficult to see. Signed-off-by: Diego Bravo <10383549+DystopianRescuer@users.noreply.github.com>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dewi-tik
approved these changes
Feb 24, 2026
Contributor
dewi-tik
left a comment
There was a problem hiding this comment.
Thanks for reporting this @DystopianRescuer
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20532 +/- ##
==========================================
- Coverage 93.29% 93.25% -0.04%
==========================================
Files 981 981
Lines 55339 55339
==========================================
- Hits 51628 51609 -19
- Misses 3711 3730 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
kensternberg-authentik
added a commit
that referenced
this pull request
Feb 25, 2026
* main: web/flow: Tidy identification stage (#20261) website/docs: fix upgrade link in release notes (#20540) website/docs: fix upgrade link in `2026.2` release notes (#20539) website/docs: update supported versions (#20534) website/docs: create draft release notes for `2026.5` (#20529) Fix redirect URI in Seafile integration documentation (#20532) website/docs: autogenerate release notes (#20527) providers/oauth2: add jti claim (#20484) providers/oauth2: deactivate locale after testing (#20518) policies: fix PolicyEngineMode ALL with static binding optimization (#20430) website/docs: fix linux setup docs (#20508) web: fix Edit Policy button on Flow view page (#20511) endpoints: fix infinite recursion in stage with unsupported connector (#20485) enterprise: add `ES384` to enterprise license algorithms (#20507) web/flow: fix typo in RedirectStage (#20488) website/docs: fix GitHub social-login wording and capitalization (#20489) web: bump knip from 5.84.1 to 5.85.0 in /web (#20464) website/integrations: standardize resource sections and update template (#20423) core, web: bump ajv from 6.12.6 to 6.14.0 in /packages/eslint-config (#20478)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If you just follow orders exactly as said here it'll lead you to an error because of the strict policy having a slash at the end but in the seahub_settings.py in the docs tells you to put it without it. This minor change can help people to not encounter this minimal error sometimes difficult to see.