💾 Archived View for godocs.io › golang.org › x › oauth2 › microsoft captured on 2024-08-19 at 05:47:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-26)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/microsoft"
Package microsoft provides constants for using OAuth2 to access Windows Live ID.
var LiveConnectEndpoint = oauth2.Endpoint{ AuthURL: "https://login.live.com/oauth20_authorize.srf", TokenURL: "https://login.live.com/oauth20_token.srf", }
LiveConnectEndpoint is Windows's Live ID OAuth 2.0 endpoint.
func AzureADEndpoint(tenant string) oauth2.Endpoint
AzureADEndpoint returns a new oauth2.Endpoint for the given tenant at Azure Active Directory. If tenant is empty, it uses the tenant called `common`.
For more information see: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols#endpoints