Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client client for adfs2
func New ¶
func New(idpAccount *cfg.IDPAccount) (*Client, error)
New new adfs2 client with ntlmssp configured
func (*Client) Authenticate ¶
func (ac *Client) Authenticate(loginDetails *creds.LoginDetails) (string, error)
Authenticate authenticate the user using the supplied login details
Click to show internal directories.
Click to hide internal directories.