mitgliederverwaltung/test/mv_web/controllers
Moritz 339d37937a
Rename OIDC strategy from :rauthy to :oidc, update callback path
- Rename AshAuthentication strategy from :oidc :rauthy to :oidc :oidc;
  generated actions are now register_with_oidc / sign_in_with_oidc.
- Update config keys (:rauthy → :oidc) in dev.exs and runtime.exs.
- Update default_redirect_uri to /auth/user/oidc/callback everywhere.
- Rename Mv.Accounts helper functions accordingly.
- Update Mv.Secrets, AuthController, link_oidc_account_live and all tests.
- Update docker-compose.prod.yml, .env.example, README and docs.

IMPORTANT: OIDC providers must be updated to use the new redirect URI
/auth/user/oidc/callback instead of /auth/user/rauthy/callback.
2026-02-24 11:51:00 +01:00
..
auth_controller_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
error_html_test.exs feat: migration to phoenix 1.8 - overwrite unchanged files 2025-07-17 17:51:44 +02:00
error_json_test.exs Add generated starter app 2025-03-18 15:05:27 +01:00
member_export_controller_test.exs test: export and PDF regression for Fee Type without start_date 2026-02-24 09:30:15 +01:00
oidc_e2e_flow_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
oidc_email_update_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
oidc_integration_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
oidc_password_linking_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
oidc_passwordless_linking_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
page_controller_test.exs test updated 2025-12-01 10:43:19 +01:00