mitgliederverwaltung/test/accounts
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
..
email_sync_edge_cases_test.exs Add actor parameter to all tests requiring authorization 2026-01-24 02:21:02 +01:00
email_uniqueness_test.exs Add actor parameter to all tests requiring authorization 2026-01-24 02:21:02 +01:00
user_authentication_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
user_email_sync_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
user_member_deletion_test.exs Fix tests: Remove duplicate actor keyword arguments 2026-01-24 02:21:09 +01:00
user_member_linking_email_test.exs Add actor parameter to all tests requiring authorization 2026-01-24 02:21:02 +01:00
user_member_linking_test.exs Add actor parameter to all tests requiring authorization 2026-01-24 02:21:02 +01:00
user_member_relationship_test.exs Fix tests: Remove duplicate actor keyword arguments 2026-01-24 02:21:09 +01:00