onelogin

package
v0.15.7 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package onelogin contains the onelogin directory provider.

Index

Constants

View Source
const Name = "onelogin"

Name is the provider name.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*config)

An Option updates the onelogin configuration.

func WithBatchSize

func WithBatchSize(batchSize int) Option

WithBatchSize sets the batch size option.

func WithHTTPClient

func WithHTTPClient(httpClient *http.Client) Option

WithHTTPClient sets the http client option.

func WithServiceAccount

func WithServiceAccount(serviceAccount *ServiceAccount) Option

WithServiceAccount sets the service account in the config.

func WithURL

func WithURL(apiURL *url.URL) Option

WithURL sets the api url in the config.

type Provider

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

The Provider retrieves users and groups from onelogin.

func New

func New(options ...Option) *Provider

New creates a new Provider.

func (*Provider) User added in v0.11.0

func (p *Provider) User(ctx context.Context, userID, accessToken string) (*directory.User, error)

User returns the user record for the given id.

func (*Provider) UserGroups

func (p *Provider) UserGroups(ctx context.Context) ([]*directory.Group, []*directory.User, error)

UserGroups gets the directory user groups for onelogin.

type ServiceAccount

type ServiceAccount struct {
	ClientID     string `json:"client_id"`
	ClientSecret string `json:"client_secret"`
}

A ServiceAccount is used by the OneLogin provider to query the API.

func ParseServiceAccount

func ParseServiceAccount(rawServiceAccount string) (*ServiceAccount, error)

ParseServiceAccount parses the service account in the config options.

Jump to

Keyboard shortcuts

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