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:
parent
29f262e1a1
commit
12419c5237
4 changed files with 8 additions and 8 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue