okta

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOktaAppUsers

func GetOktaAppUsers(
	ctx context.Context,
	appID string,
	getter func(string, *query.Params) ([]*okta.AppUser, *okta.Response, error),
) (*sets.StringSet, error)

Types

type OktaClient

type OktaClient struct {
	Client *okta.Client
	AppID  string
}

type OktaClientEnvironment

type OktaClientEnvironment struct {
	ORG_URL             string `required:"true"`
	CLIENT_ID           string `required:"true"`
	PARAM_STORE_SERVICE string `required:"true"`
}

func LoadOktaClientEnv

func LoadOktaClientEnv() (*OktaClientEnvironment, error)

Jump to

Keyboard shortcuts

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