entityresolution

package
v0.4.10 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: BSD-3-Clause-Clear Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const ClientJwtSelector = "azp"
View Source
const ErrTextCreationFailed = "resource creation failed"
View Source
const ErrTextGetRetrievalFailed = "resource retrieval failed"
View Source
const ErrTextNotFound = "resource not found"
View Source
const UsernameConditionalSelector = "client_id"
View Source
const UsernameJwtSelector = "preferred_username"

Variables

This section is empty.

Functions

Types

type KeyCloakConnector

type KeyCloakConnector struct {
	// contains filtered or unexported fields
}

type KeycloakConfig

type KeycloakConfig struct {
	URL            string `json:"url"`
	Realm          string `json:"realm"`
	ClientID       string `json:"clientid"`
	ClientSecret   string `json:"clientsecret"`
	LegacyKeycloak bool   `json:"legacykeycloak" default:"false"`
	SubGroups      bool   `json:"subgroups" default:"false"`
}

Jump to

Keyboard shortcuts

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