Documentation
¶
Overview ¶
Package azure implements OpenID Connect for Microsoft Azure
Index ¶
Constants ¶
View Source
const Name = "azure"
Name identifies the Azure identity provider
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an Azure implementation of the Authenticator interface.
func (*Provider) GetSignInURL ¶
GetSignInURL returns the sign in url with typical oauth parameters https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow
func (*Provider) UserGroups ¶
UserGroups returns a slice of group names a given user is in. `Directory.Read.All` is required. https://docs.microsoft.com/en-us/graph/api/resources/directoryobject?view=graph-rest-1.0 https://docs.microsoft.com/en-us/graph/api/user-list-memberof?view=graph-rest-1.0
Click to show internal directories.
Click to hide internal directories.