package
1.10.0
Repository: https://github.com/concourse/dex.git
Documentation: pkg.go.dev

# Packages

Package atlassiancrowd provides authentication strategies using Atlassian Crowd.
Package authproxy implements a connector which relies on external authentication (e.g.
Package bitbucketcloud provides authentication strategies using Bitbucket Cloud.
No description provided by the author
Package gitea provides authentication strategies using Gitea.
Package github provides authentication strategies using GitHub.
Package gitlab provides authentication strategies using GitLab.
Package google implements logging in through Google's OpenID Connect provider.
Package keystone provides authentication strategy using Keystone.
Package ldap implements strategies for authenticating using the LDAP protocol.
Package linkedin provides authentication strategies using LinkedIn.
Package microsoft provides authentication strategies using Microsoft.
Package mock implements connectors which help test various server components.
No description provided by the author
Package oidc implements logging in through OpenID Connect providers.
No description provided by the author
Package saml contains login methods for SAML.

# Structs

Identity represents the ID Token claims supported by the server.
Scopes represents additional data requested by the clients about the end user.

# Interfaces

CallbackConnector is an interface implemented by connectors which use an OAuth style redirect flow to determine user information.
Connector is a mechanism for federating login to a remote identity service.
PasswordConnector is an interface implemented by connectors which take a username and password.
RefreshConnector is a connector that can update the client claims.
SAMLConnector represents SAML connectors which implement the HTTP POST binding.
No description provided by the author