oidcmappings

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2026 License: BSD-3-Clause Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL