-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
sources/oauth: introduce authorization code auth method, for 2025.2 #14035
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
base: version-2025.2
Are you sure you want to change the base?
sources/oauth: introduce authorization code auth method, for 2025.2 #14035
Conversation
Co-authored-by: Rsgm <[email protected]> Signed-off-by: Marc 'risson' Schmitt <[email protected]>
✅ Deploy Preview for authentik-docs canceled.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## version-2025.2 #14035 +/- ##
==================================================
- Coverage 92.73% 92.69% -0.05%
==================================================
Files 793 793
Lines 40362 40371 +9
==================================================
- Hits 37429 37420 -9
- Misses 2933 2951 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
b1ce990
to
f1034ef
Compare
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f1034ef04e0dae53c2d800ded1e0d513ddd04c9f
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-f1034ef04e0dae53c2d800ded1e0d513ddd04c9f Afterwards, run the upgrade commands from the latest release notes. |
Details
#14034 but for 2025.2
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)Co-authored-by: Rsgm [email protected]
Signed-off-by: Marc 'risson' Schmitt [email protected]