microsoft

package
v2.13.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2018 License: Apache-2.0 Imports: 12 Imported by: 12

Documentation

Overview

Package microsoft provides authentication strategies using Microsoft.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ClientID           string   `json:"clientID"`
	ClientSecret       string   `json:"clientSecret"`
	RedirectURI        string   `json:"redirectURI"`
	Tenant             string   `json:"tenant"`
	OnlySecurityGroups bool     `json:"onlySecurityGroups"`
	Groups             []string `json:"groups"`
}

Config holds configuration options for microsoft logins.

func (*Config) Open

func (c *Config) Open(id string, logger logrus.FieldLogger) (connector.Connector, error)

Open returns a strategy for logging in through Microsoft.

Jump to

Keyboard shortcuts

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