idp

package
v1.1.100 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IDPTokenURL = "idpTokenURL"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Provisioner

type Provisioner interface {
	IsIDPCredential() bool
	GetIDPProvider() oauth.Provider
	GetIDPCredentialData() provisioning.IDPCredentialData
	RegisterClient() error
	UnregisterClient() error
	GetAgentDetails() (map[string]string, error)
	Validate() error
}

func NewProvisioner

func NewProvisioner(ctx context.Context, idpRegistry oauth.IdPRegistry, app *management.ManagedApplication, credential *management.Credential, opts ...oauth.ConfigOption) (Provisioner, error)

type ProvisionerOption

type ProvisionerOption func(p *provisioner)

Jump to

Keyboard shortcuts

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