docs: fix remaining rauthy references after oidc rename

Update action names (register_with_rauthy → register_with_oidc,
sign_in_with_rauthy → sign_in_with_oidc) and strategy name
(:rauthy → :oidc) in docs, code comments and guidelines.
This commit is contained in:
Moritz 2026-02-24 11:32:46 +01:00
parent 29f262e1a1
commit 12419c5237
Signed by: moritz
GPG key ID: 1020A035E5DD0824
4 changed files with 8 additions and 8 deletions

View file

@ -153,7 +153,7 @@ Now you can log in to Mila via OIDC!
### OIDC with other providers (Authentik, Keycloak, etc.)
Mila works with any OIDC-compliant provider. The internal strategy is named `:rauthy`, but this is just a name — it works with any provider.
Mila works with any OIDC-compliant provider. The internal strategy is named `:oidc` — it works with any OIDC-compliant provider.
**Important:** The redirect URI must always end with `/auth/user/oidc/callback`.