Documentation
¶
Overview ¶
Package oidcmappings provides the `arcane admin oidc-mappings` command tree. Mappings convert OIDC group/claim values into role assignments on every login — they're the SSO-driven counterpart to manual role assignments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OidcMappingsCmd = &cobra.Command{ Use: "oidc-mappings", Aliases: []string{"oidc-mapping", "oidc"}, Short: "Manage OIDC group → role mappings", Long: "Manage OIDC group → role mappings. On every OIDC login, Arcane " + "looks up the user's groups claim and applies the matching mappings " + "as source='oidc' role assignments. The groups claim itself is " + "configured via the oidcGroupsClaim setting (default `groups`).", }
OidcMappingsCmd is the parent command for OIDC role mapping operations.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.