ultisuite-backend/internal/authentik
R3D347HR4Y 525edb188a
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
feat(authentik): enhance OIDC flow with new logout redirect and branding support
- Added a new blueprint for OIDC logout that invalidates the Authentik session and redirects to a specified landing page.
- Introduced custom CSS and JS files for branding, improving the visual integration of Authentik flows.
- Updated Nginx configuration to serve the new branding assets and handle specific routes for signup and password recovery.
- Enhanced the flow completion logic to support OIDC bridge functionality, including session management and redirect handling.
- Implemented unit tests for the new OIDC bridge and flow context functionalities to ensure reliability.
2026-06-21 00:12:53 +02:00
..
api_base_test.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
api_base.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
catalog.go docxi import lol 2026-06-10 00:27:21 +02:00
client.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
flow_cookies.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_errors.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_executor_redirect_test.go feat(authentik): enhance OIDC flow with new logout redirect and branding support 2026-06-21 00:12:53 +02:00
flow_executor_test.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_executor.go feat(authentik): enhance OIDC flow with new logout redirect and branding support 2026-06-21 00:12:53 +02:00
flow_session_store_test.go feat(authentik): enhance OIDC flow with new logout redirect and branding support 2026-06-21 00:12:53 +02:00
flow_session_store.go feat(authentik): enhance OIDC flow with new logout redirect and branding support 2026-06-21 00:12:53 +02:00
presets_test.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
presets.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
provision_test.go Lots of changes 2026-06-04 00:12:11 +02:00
provision.go feat(deploy): update .env.example and Authentik blueprints for improved configuration 2026-06-18 08:14:02 +02:00
session_cookie_test.go feat(authentik): enhance OIDC flow with new logout redirect and branding support 2026-06-21 00:12:53 +02:00
session_cookie.go feat(authentik): enhance OIDC flow with new logout redirect and branding support 2026-06-21 00:12:53 +02:00
source_sync.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
sources.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
store.go Lots of changes 2026-06-04 00:12:11 +02:00
users_test.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
users.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +02:00