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
|
|
@ -2,7 +2,7 @@ defmodule Mv.OidcRoleSync do
|
|||
@moduledoc """
|
||||
Syncs user role from OIDC user_info (e.g. groups claim → Admin role).
|
||||
|
||||
Used after OIDC registration (register_with_rauthy) and on sign-in so that
|
||||
Used after OIDC registration (register_with_oidc) and on sign-in so that
|
||||
users in the configured admin group get the Admin role; others get Mitglied.
|
||||
Configure via OIDC_ADMIN_GROUP_NAME and OIDC_GROUPS_CLAIM (see OidcRoleSyncConfig).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue