mitgliederverwaltung/test/mv
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
..
accounts Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
authorization Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
helpers Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
membership test: fee type column visibility, CSV export, export controller 2026-02-23 23:55:13 +01:00
membership_fees MembershipFeeCycle: own_data read :linked via bypass and HasPermission scope 2026-02-04 09:20:10 +01:00
vereinfacht Tests: member required fields, setting, member field live, sync_contact 2026-02-23 22:13:53 +01:00
config_vereinfacht_test.exs Fix config test: clear vereinfacht_app_url from settings so derived URL is used 2026-02-23 20:48:57 +01:00
oidc_role_sync_config_test.exs Add OIDC role sync config (OIDC_ADMIN_GROUP_NAME, OIDC_GROUPS_CLAIM) 2026-02-04 18:13:30 +01:00
oidc_role_sync_test.exs Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
release_test.exs Code-review follow-ups: policy, docs, seed_admin behaviour 2026-02-04 19:44:43 +01:00
statistics_test.exs Statistics test: guarantee empty members then assert is_nil for first_join_year 2026-02-12 19:35:48 +01:00